From: Nicholas Clark Date: Sun, 2 May 2010 08:27:09 +0000 (+0100) Subject: Remove unused %errno and $AUTOLOAD from the generated Errno.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=425a871f81048d1cfd952c46af630f3ae0369245;p=p5sagit%2Fp5-mst-13.2.git Remove unused %errno and $AUTOLOAD from the generated Errno.pm --- diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index e63a667..b865b7c 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;