diff options
Diffstat (limited to 't/op/coreamp.t')
-rw-r--r-- | t/op/coreamp.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/op/coreamp.t b/t/op/coreamp.t index d7700e0e1d..3320ff75d2 100644 --- a/t/op/coreamp.t +++ b/t/op/coreamp.t @@ -1162,9 +1162,9 @@ like $@, qr'^Undefined format "STDOUT" called', AUTOLOAD BEGIN CHECK CORE DESTROY END INIT UNITCHECK __DATA__ __END__ and cmp default do dump else elsif eq eval for foreach format ge given goto - grep gt if last le local lt m map my ne next no or our package print printf - q qq qr qw qx redo require return s say sort state sub tr unless until use - when while x xor y + grep gt if isa last le local lt m map my ne next no or our package print + printf q qq qr qw qx redo require return s say sort state sub tr unless + until use when while x xor y ); open my $kh, $keywords_file or die "$0 cannot open $keywords_file: $!"; |