# HG changeset patch # User Heiko # Date 1401885734 -7200 # Node ID cd2986b6066fc3512e05801bb02c3810959bfbe3 # Parent d9feda079d728f08754f2c6489e4241cf0e08dac fixed experimental warnings, fixed blib problem diff -r d9feda079d72 -r cd2986b6066f bin/dnsvi --- a/bin/dnsvi Wed Jun 04 08:59:12 2014 +0200 +++ b/bin/dnsvi Wed Jun 04 14:42:14 2014 +0200 @@ -8,7 +8,7 @@ use Pod::Usage; use File::Copy; -use blib; +#use blib; use DNS::Vi; sub slurp { diff -r d9feda079d72 -r cd2986b6066f lib/DNS/Vi.pm --- a/lib/DNS/Vi.pm Wed Jun 04 08:59:12 2014 +0200 +++ b/lib/DNS/Vi.pm Wed Jun 04 14:42:14 2014 +0200 @@ -2,6 +2,7 @@ use 5.010; use strict; use warnings; +no warnings 'experimental'; use if $ENV{DEBUG}//'' eq 'dnsvi' => 'Smart::Comments'; use Digest::SHA qw(sha512_hex); use File::Temp;