From: Nicholas Clark Date: Thu, 25 Jun 2009 12:41:02 +0000 (+0100) Subject: As Errno is formally no longer dual-lived, give it a proper version number. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=27abe0f1948a5723ae5e7a612239579a589bf012;p=p5sagit%2Fp5-mst-13.2.git As Errno is formally no longer dual-lived, give it a proper version number. --- 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 = ();