This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Dear CoreList: FYI, Errno was included in 5.6.0 and .1.
authorFather Chrysostomos <sprout@cpan.org>
Wed, 14 Sep 2011 16:32:53 +0000 (09:32 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 14 Sep 2011 16:39:29 +0000 (09:39 -0700)
dist/Module-CoreList/lib/Module/CoreList.pm

index e99ac05..328ed57 100644 (file)
@@ -1518,6 +1518,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         'DynaLoader'            => '1.04',
         'English'               => undef, #./lib/English.pm
         'Env'                   => undef, #./lib/Env.pm
+        'Errno'                 => '1.111',
         'Exporter'              => '5.562', #./lib/Exporter.pm
         'Exporter::Heavy'       => undef, #./lib/Exporter/Heavy.pm
         'ExtUtils::Command'     => '1.01', #./lib/ExtUtils/Command.pm
@@ -1748,6 +1749,7 @@ for my $version ( sort { $a <=> $b } keys %released ) {
         'DynaLoader'            => 1.04,
         'English'               => undef,
         'Env'                   => undef,
+        'Errno'                 => '1.111',
         'Exporter'              => 5.562,
         'Exporter::Heavy'       => undef,
         'ExtUtils::Command'     => 1.01,