]> git.vpit.fr Git - perl/modules/Sub-Nary.git/blobdiff - t/24-ops.t
Switch qw delimiters to <>
[perl/modules/Sub-Nary.git] / t / 24-ops.t
index 3bfe5429823e7d7a5006367215ae9e8df18a6818..f824d1c70ae8fee342b9af67cbc8c54263bcd54f 100644 (file)
@@ -13,7 +13,7 @@ my ($x, %h);
 
 my @tests = (
  [ sub { delete $h{foo} },             1 ],
 
 my @tests = (
  [ sub { delete $h{foo} },             1 ],
- [ sub { delete @h{qw/foo bar baz/} }, 3 ],
+ [ sub { delete @h{qw<foo bar baz>} }, 3 ],
 
  [ sub { return <$x> }, 'list' ],
 
 
  [ sub { return <$x> }, 'list' ],