As Errno is formally no longer dual-lived, give it a proper version number.
authorNicholas Clark <nick@ccl4.org>
Thu, 25 Jun 2009 12:41:02 +0000 (13:41 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 25 Jun 2009 12:41:02 +0000 (13:41 +0100)
ext/Errno/Errno_pm.PL

index dc8eaba..124b8fc 100644 (file)
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
 use Config;
 use strict;
 
-our $VERSION = "1.10_01";
+our $VERSION = "1.11";
 
 my %err = ();
 my %wsa = ();