]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/blobdiff - t/10-usage/import.t
Switch to qw<>
[perl/modules/re-engine-Plugin.git] / t / 10-usage / import.t
index c962aca90e4fc4ab0c7306862972b5e9532f4ba1..8c43db5da5b8fabd02f5754e325a2d9a409d0883 100644 (file)
@@ -15,7 +15,7 @@ use Test::More skip_all => "Needs lameness in user code";
 #        # We have :import, generate import and unimport methods in the
 #        # calling package
 #        my %pkg;
-#        for (qw(comp exec)) {
+#        for (qw<comp exec>) {
 #            no strict 'refs';
 #            $pkg{$_} = *{"$caller\::$_"}{CODE} if *{"$caller\::$_"}{CODE};
 #        }