]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Command.pm
Switch to qw<>
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Command.pm
index 15e47b94cc36d38817f21c265de03a51d6dda56c..81c615de24fb9dd33f7466924c7fa0fabaa911b3 100644 (file)
@@ -23,7 +23,7 @@ Commands gather information about the target of the analysis. They should also p
 
 =cut
 
-use base qw/Test::Valgrind::Carp/;
+use base qw<Test::Valgrind::Carp>;
 
 =head1 METHODS