]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/blobdiff - t/02-can.t
Switch to qw<>
[perl/modules/B-RecDeparse.git] / t / 02-can.t
index b2ba12a2e3dd929a53837f9e89574aab7a58ab63..8edd47d103e60e0db3e34222e9e4b9ff5f9e4a6f 100644 (file)
@@ -7,6 +7,6 @@ use Test::More tests => 6;
 
 require B::RecDeparse;
 
-for (qw/new init pp_gv pp_entersub pp_const coderef2text/) {
+for (qw<new init pp_gv pp_entersub pp_const coderef2text>) {
  ok(B::RecDeparse->can($_), 'BRD can ' . $_);
 }