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:
cdcdfc5
)
Remove unused %errno and $AUTOLOAD from the generated Errno.pm
author
Nicholas Clark
<nick@ccl4.org>
Sun, 2 May 2010 08:27:09 +0000
(09:27 +0100)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 2 May 2010 08:33:24 +0000
(09:33 +0100)
ext/Errno/Errno_pm.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/Errno/Errno_pm.PL
b/ext/Errno/Errno_pm.PL
index
e63a667
..
b865b7c
100644
(file)
--- 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;