diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-01 15:28:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-01 15:28:58 +0000 |
commit | 3451b8f41d00bcd648d86872b906a29e6c9a3d51 (patch) | |
tree | 4ac8777051a3a8ef4ac188fd1704844750211787 /t | |
parent | 3bec356411ea30186c2876cb56cbf5d69845ed32 (diff) | |
download | perl-3451b8f41d00bcd648d86872b906a29e6c9a3d51.tar.gz |
(Retracted by #7943.)
Reserve the short named string operator names.
p4raw-id: //depot/perl@7941
Diffstat (limited to 't')
-rwxr-xr-x | t/op/misc.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/op/misc.t b/t/op/misc.t index aea14c85b5..6d0504644f 100755 --- a/t/op/misc.t +++ b/t/op/misc.t @@ -595,3 +595,7 @@ for (@locales) { print "$_ $s\n"; } EXPECT +######## +sub m {} +EXPECT +Subroutine name "m" reserved for string operators at - line 1. |