summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-05-02 09:27:09 +0100
committerNicholas Clark <nick@ccl4.org>2010-05-02 09:33:24 +0100
commit425a871f81048d1cfd952c46af630f3ae0369245 (patch)
treeb804472ea064b9e6fd2804d53af66603955aa249 /ext/Errno
parentcdcdfc56b942396890ecdd18bacf1a8c90e7f966 (diff)
downloadperl-425a871f81048d1cfd952c46af630f3ae0369245.tar.gz
Remove unused %errno and $AUTOLOAD from the generated Errno.pm
Diffstat (limited to 'ext/Errno')
-rw-r--r--ext/Errno/Errno_pm.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
index e63a66773e..b865b7c77e 100644
--- a/ext/Errno/Errno_pm.PL
+++ b/ext/Errno/Errno_pm.PL
@@ -339,7 +339,7 @@ EOF
#
package Errno;
-our (\@EXPORT_OK,\%EXPORT_TAGS,\@ISA,\$VERSION,\%errno,\$AUTOLOAD);
+our (\@EXPORT_OK,\%EXPORT_TAGS,\@ISA,\$VERSION);
use Exporter ();
use Config;
use strict;