bin/dnsvi
changeset 78 606f6bae6f43
parent 72 e0c8ae0169e4
child 81 4be1e29fb7f0
equal deleted inserted replaced
77:ae61ee653246 78:606f6bae6f43
     7 use warnings;
     7 use warnings;
     8 use if $ENV{DEBUG} => 'Smart::Comments';
     8 use if $ENV{DEBUG} => 'Smart::Comments';
     9 use Getopt::Long;
     9 use Getopt::Long;
    10 use Pod::Usage;
    10 use Pod::Usage;
    11 use File::Copy;
    11 use File::Copy;
    12 
       
    13 use experimental 'smartmatch';
       
    14 use DNS::Vi;
    12 use DNS::Vi;
    15 
    13 
    16 sub slurp {
    14 sub slurp {
    17     local $/    = undef;
    15     local $/    = undef;
    18     local @ARGV = @_;
    16     local @ARGV = @_;