From: David Mitchell Date: Sun, 4 Jan 2009 20:54:56 +0000 (+0000) Subject: bump Errno version number after change 34630 (add Haiku port) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6bb0de4e5b084b5bafdfdbfd4366edb1381b6e18;p=p5sagit%2Fp5-mst-13.2.git bump Errno version number after change 34630 (add Haiku port) --- diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index 802e638..49e6a66 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"; +our $VERSION = "1.10_01"; my %err = (); my %wsa = ();