]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - t/02-can.t
Switch qw delimiters to <>
[perl/modules/Sub-Nary.git] / t / 02-can.t
index 5479691dafb562648cb536add4bd6ba4f31ab149..29164dc79706a4ae16af59fd2eb4bca6f783d950 100644 (file)
@@ -7,6 +7,6 @@ use Test::More tests => 3;
 
 require Sub::Nary;
 
-for (qw/new nary flush/) {
+for (qw<new nary flush>) {
  ok(Sub::Nary->can($_), 'SN can ' . $_);
 }