Upgrade to Errno-1.10 (!). I have left the core tests as is for
authorSteve Peters <steve@fisharerojo.org>
Wed, 27 Dec 2006 19:36:13 +0000 (19:36 +0000)
committerSteve Peters <steve@fisharerojo.org>
Wed, 27 Dec 2006 19:36:13 +0000 (19:36 +0000)
now as well as for Makefile.PL, which need some looking into.

p4raw-id: //depot/perl@29627

ext/Errno/ChangeLog
ext/Errno/Errno_pm.PL

index dd94b37..e4e7d91 100644 (file)
@@ -1,3 +1,8 @@
+Errno 1.10 -- Wed Dec 27 08:20:29 CST 2006
+
+ * Update with all changes made to core perl repository
+
+
 Change 171 on 2000-09-12 by <calle@lysator.liu.se> (Calle Dybedahl)
 
        - Fixed filename-extracting regexp to allow whitespace between
index a2cd26e..6f20c5e 100644 (file)
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
 use Config;
 use strict;
 
-our $VERSION = "1.09_01";
+our $VERSION = "1.10";
 
 my %err = ();
 my %wsa = ();