X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=samples%2Fhash2array.pl;h=d58d205dcfced2b9583618b66413d083c488bb4a;hb=ea568dd4c7387e1703da47e59513b760243ea598;hp=3cf38fc25a1a920240144c148d096ae769f9aaa2;hpb=f046e35a39c6a5d3db2403a69c15519c6012f64a;p=perl%2Fmodules%2Fautovivification.git diff --git a/samples/hash2array.pl b/samples/hash2array.pl index 3cf38fc..d58d205 100644 --- a/samples/hash2array.pl +++ b/samples/hash2array.pl @@ -3,8 +3,8 @@ use strict; use warnings; -use Fatal qw/open close/; -use Text::Balanced qw/extract_bracketed/; +use Fatal qw; +use Text::Balanced qw; open my $hash_t, '<', 't/20-hash.t'; open my $array_t, '>', 't/30-array.t';