diff options
author | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1994-04-04 00:00:00 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1994-04-04 00:00:00 +0000 |
commit | 2304df62caa7d9be70e8b8bcdb454e139c9c103d (patch) | |
tree | 98a456ef0fbe59b1a02bfe68afa4a3d9afb4f21c /lib/English.pm | |
parent | 8990e3071044a96302560bbdb5706f3e74cf1bef (diff) | |
download | perl-2304df62caa7d9be70e8b8bcdb454e139c9c103d.tar.gz |
perl 5.0 alpha 8
[the last one taken from the September '94 InfoMagic CD; a similar
style of cleanup as the previous commits was performed]
Diffstat (limited to 'lib/English.pm')
-rw-r--r-- | lib/English.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/English.pm b/lib/English.pm index 959e5b6e1c..ba89b164b5 100644 --- a/lib/English.pm +++ b/lib/English.pm @@ -5,7 +5,6 @@ require Exporter; @EXPORT = qw( *ARG - $MAGIC $MATCH $PREMATCH $POSTMATCH @@ -58,7 +57,6 @@ require Exporter; # The ground of all being. - *MAGIC = \$_ ; *ARG = *_ ; # Matching. |