In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/27abe0f1948a5723ae5e7a612239579a589bf012?hp=665f5e9843b1005a7fb9372d593a000e7fdb2105>
- Log ----------------------------------------------------------------- commit 27abe0f1948a5723ae5e7a612239579a589bf012 Author: Nicholas Clark <[email protected]> Date: Thu Jun 25 13:41:02 2009 +0100 As Errno is formally no longer dual-lived, give it a proper version number. ----------------------------------------------------------------------- Summary of changes: ext/Errno/Errno_pm.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index dc8eaba..124b8fc 100644 --- a/ext/Errno/Errno_pm.PL +++ b/ext/Errno/Errno_pm.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; use Config; use strict; -our $VERSION = "1.10_01"; +our $VERSION = "1.11"; my %err = (); my %wsa = (); -- Perl5 Master Repository
