From 55bea7d5c8cb0c78a45f459abd8c40b56478de74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 15 Feb 2012 18:42:15 +0000 Subject: Revert "Merge branch 'avar/POSIX-strptime' into blead" This reverts commit 0e582130ad8fc3afc6514f60b7a513c550379b7d, reversing changes made to 423a1dfc8c367cb58e7dcef73a81b4ec7a8b8810. --- ext/POSIX/lib/POSIX.pm | 2 +- pod/perldelta.pod | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/ext/POSIX/lib/POSIX.pm b/ext/POSIX/lib/POSIX.pm index e1ba950689..88f3ddeda1 100644 --- a/ext/POSIX/lib/POSIX.pm +++ b/ext/POSIX/lib/POSIX.pm @@ -4,7 +4,7 @@ use warnings; our ($AUTOLOAD, %SIGRT); -our $VERSION = '1.29'; +our $VERSION = '1.28_001'; require XSLoader; diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9920e1e52a..d92f67e524 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -393,14 +393,6 @@ The only change is to fix a formatting error in the Pod. L has been upgraded from version 0.101021 to version 0.101022. -=item * - -L has been upgraded from version 1.28 to version 1.29.. - -It now has a wrapper for the C function, it's not -exported on C due to backwards compatibility concerns, it -has to be explicitly requested with C. - =back =head2 Removed Modules and Pragmata -- cgit v1.2.1