]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - samples/hash2array.pl
Switch to qw<>
[perl/modules/autovivification.git] / samples / hash2array.pl
index 3cf38fc25a1a920240144c148d096ae769f9aaa2..d58d205dcfced2b9583618b66413d083c488bb4a 100644 (file)
@@ -3,8 +3,8 @@
 use strict;
 use warnings;
 
-use Fatal qw/open close/;
-use Text::Balanced qw/extract_bracketed/;
+use Fatal qw<open close>;
+use Text::Balanced qw<extract_bracketed>;
 
 open my $hash_t,       '<', 't/20-hash.t';
 open my $array_t,      '>', 't/30-array.t';