X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F42-deparse.t;h=6b3d1e047f85a6efca46b8b1ecfaf86215b128ff;hb=3201984d539ab173c11a001792be4294af17a08c;hp=85ad4fc69fe37155bedde38cb78ed02243d80354;hpb=b3ee8fb0443427961f58b2005727cba0ab05e809;p=perl%2Fmodules%2Fautovivification.git diff --git a/t/42-deparse.t b/t/42-deparse.t index 85ad4fc..6b3d1e0 100644 --- a/t/42-deparse.t +++ b/t/42-deparse.t @@ -14,7 +14,7 @@ if (eval 'use B::Deparse; 1') { my $bd = B::Deparse->new; { - no autovivification qw/fetch strict/; + no autovivification qw; sub blech { my $key = $_[0]->{key} } }