From: Steve Peters Date: Wed, 27 Dec 2006 19:36:13 +0000 (+0000) Subject: Upgrade to Errno-1.10 (!). I have left the core tests as is for X-Git-Tag: accepted/trunk/20130322.191538~16278 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70136de0501deabd722c8f86723c2759bc0d7245;p=platform%2Fupstream%2Fperl.git 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 --- 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 = ();