From 70136de0501deabd722c8f86723c2759bc0d7245 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 27 Dec 2006 19:36:13 +0000 Subject: [PATCH] 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 --- ext/Errno/ChangeLog | 5 +++++ ext/Errno/Errno_pm.PL | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ext/Errno/ChangeLog b/ext/Errno/ChangeLog index dd94b37..e4e7d91 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 Dybedahl) - Fixed filename-extracting regexp to allow whitespace between diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index a2cd26e..6f20c5e 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 = (); -- 2.7.4