install
changeset 15 60cf80d063e7
parent 7 5b81887c26e9
child 19 603edb903b49
equal deleted inserted replaced
14:3afa460f7e37 15:60cf80d063e7
     6 use File::Spec::Functions qw(catfile rel2abs abs2rel canonpath);
     6 use File::Spec::Functions qw(catfile rel2abs abs2rel canonpath);
     7 use Sys::Hostname;
     7 use Sys::Hostname;
     8 use autodie;
     8 use autodie;
     9 use Getopt::Long;
     9 use Getopt::Long;
    10 use English qw(-no_match_vars);
    10 use English qw(-no_match_vars);
       
    11 use if $^V >= v5.18 => (experimental => qw/smartmatch/);
    11 
    12 
    12 our $VERSION = '0.0';
    13 our $VERSION = '0.0';
    13 
    14 
    14 my $opt_force = 0;
    15 my $opt_force = 0;
    15 
    16