]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/lib/Test/Valgrind/Test/Action.pm
Switch to qw<>
[perl/modules/Test-Valgrind.git] / t / lib / Test / Valgrind / Test / Action.pm
index 0b409400df761198bcd18820e02661d11b1b3196..8b41a68d6239bff23f9c0b5dc196a8312fcd3c25 100644 (file)
@@ -3,7 +3,7 @@ package Test::Valgrind::Test::Action;
 use strict;
 use warnings;
 
-use base qw/Test::Valgrind::Action::Test/;
+use base qw<Test::Valgrind::Action::Test>;
 
 my $extra_tests;