]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Command/Aggregate.pm
Switch to qw<>
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Command / Aggregate.pm
index c526d8aff396904741a4fd6e6fc802efabce52ac..10a20b9e1336016ab8aba4c98d60b24a7cd62d11 100644 (file)
@@ -23,7 +23,7 @@ This command groups several commands together, which the session will run under
 
 use Scalar::Util ();
 
-use base qw/Test::Valgrind::Command Test::Valgrind::Carp/;
+use base qw<Test::Valgrind::Command Test::Valgrind::Carp>;
 
 =head1 METHODS