summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-12-27 19:36:13 +0000
committerSteve Peters <steve@fisharerojo.org>2006-12-27 19:36:13 +0000
commit70136de0501deabd722c8f86723c2759bc0d7245 (patch)
treefeb2d255a870f8d8384f840399701f6c5181c5a4 /ext/Errno
parent89836f1f40c8e7c0c1ca2da658451b5b3de8752e (diff)
downloadperl-70136de0501deabd722c8f86723c2759bc0d7245.tar.gz
Upgrade to Errno-1.10 (!). I have left the core tests as is for
now as well as for Makefile.PL, which need some looking into. p4raw-id: //depot/perl@29627
Diffstat (limited to 'ext/Errno')
-rw-r--r--ext/Errno/ChangeLog5
-rw-r--r--ext/Errno/Errno_pm.PL2
2 files changed, 6 insertions, 1 deletions
diff --git a/ext/Errno/ChangeLog b/ext/Errno/ChangeLog
index dd94b37baf..e4e7d9143f 100644
--- a/ext/Errno/ChangeLog
+++ b/ext/Errno/ChangeLog
@@ -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
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
index a2cd26e63d..6f20c5e3e2 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.09_01";
+our $VERSION = "1.10";
my %err = ();
my %wsa = ();