]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Component.pm
Switch to qw<>
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Component.pm
index 15c7cb9b5742994e4fc1e76e13fc18c7e98ff40a..540f14742d9ba75335f1fa598979fcb190c173e7 100644 (file)
@@ -23,7 +23,7 @@ This class is the base for all others that act as components that can be started
 
 use Scalar::Util ();
 
-use base qw/Test::Valgrind::Carp/;
+use base qw<Test::Valgrind::Carp>;
 
 =head1 METHODS