summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-22 22:20:36 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-22 22:20:36 -0800
commit1ef8987b48398aed58d54d2cf83033cbbb7f3d7f (patch)
treec7ec2b5b54f55a86ae7452ea107bd0b8f5da8570
parent0552980ae2ce1142bf3b76d2eb9a04172fad97f1 (diff)
downloadperl-1ef8987b48398aed58d54d2cf83033cbbb7f3d7f.tar.gz
English.pm: Remove fallacious comment
-rw-r--r--lib/English.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/English.pm b/lib/English.pm
index cbdde70a88..1f1e85d47f 100644
--- 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 = *_ ;