This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0552980
)
English.pm: Remove fallacious comment
author
Father Chrysostomos
<sprout@cpan.org>
Mon, 23 Jan 2012 06:20:36 +0000
(22:20 -0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 23 Jan 2012 06:20:36 +0000
(22:20 -0800)
lib/English.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/English.pm
b/lib/English.pm
index
cbdde70
..
1f1e85d
100644
(file)
--- a/
lib/English.pm
+++ b/
lib/English.pm
@@
-139,7
+139,7
@@
sub import {
@COMPLETE_EXPORT = ( @MINIMAL_EXPORT, @MATCH_EXPORT ) ;
-# The ground of all being.
@ARG is deprecated (5.005 makes @_ lexical)
+# The ground of all being.
*ARG = *_ ;