########################################
Revision history for Sysadm::Install
########################################

0.08 (11/24/2004)
    (ms) added perm_cp() to copy file permissions
    (ms) added untar_in() to untar tarballs in specified directories
    (ms) added sysrun() to run shell commands plus logging
    (ms) added pick() and ask() to ask for interactive user input

0.07 (11/17/2004)
    (ms) added qquote()

0.06 (11/04/2004)
    (ms) added plough

0.05 (10/16/2004)
    (ms) added mv
    (ms) Functions not exported by default anymore. Use
             use Sysadm::Install qw(:all)
         to get the old behaviour.
    (ms) added tap

0.04 (10/08/2004)
    (ms) Fixed untar and test suite

0.03 (10/08/2004)
    (ms) Added slurp/blurt and pie() to support 'perl -pie ...'-like commands

0.02 (07/17/2004)
    (ms) Added untar()

0.01 (07/16/2004)
    (ms) Where it all began.