]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - t/42-deparse.t
Switch to qw<>
[perl/modules/autovivification.git] / t / 42-deparse.t
index 85ad4fc69fe37155bedde38cb78ed02243d80354..6b3d1e047f85a6efca46b8b1ecfaf86215b128ff 100644 (file)
@@ -14,7 +14,7 @@ if (eval 'use B::Deparse; 1') {
 my $bd = B::Deparse->new;
 
 {
- no autovivification qw/fetch strict/;
+ no autovivification qw<fetch strict>;
 
  sub blech { my $key = $_[0]->{key} }
 }