]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - t/10-good.t
Switch to qw<>
[perl/modules/Test-Valgrind.git] / t / 10-good.t
index 2534e5161f2ad4d16336bc8ae769f7804c1c3268..d3ffb905c599d08e5037a323b2703030cd2c3958 100644 (file)
@@ -15,7 +15,7 @@ if ($@) {
 {
  package Test::Valgrind::Test::Fake;
 
- use base qw/strict/;
+ use base qw<strict>;
 }
 
 plan tests => 1;