summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2012-02-15 18:42:15 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2012-02-15 18:48:14 +0000
commit55bea7d5c8cb0c78a45f459abd8c40b56478de74 (patch)
treeb0ef482df37b0690a060bdccb3932ec0c5393b82
parent2d85358dafbbde76b07de2a93b06a90a48af5f76 (diff)
downloadperl-55bea7d5c8cb0c78a45f459abd8c40b56478de74.tar.gz
Revert "Merge branch 'avar/POSIX-strptime' into blead"
This reverts commit 0e582130ad8fc3afc6514f60b7a513c550379b7d, reversing changes made to 423a1dfc8c367cb58e7dcef73a81b4ec7a8b8810.
-rw-r--r--ext/POSIX/lib/POSIX.pm2
-rw-r--r--pod/perldelta.pod8
2 files changed, 1 insertions, 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<Version::Requirements> has been upgraded from version 0.101021 to version 0.101022.
-=item *
-
-L<POSIX> has been upgraded from version 1.28 to version 1.29..
-
-It now has a wrapper for the C<strptime(3)> function, it's not
-exported on C<use POSIX;> due to backwards compatibility concerns, it
-has to be explicitly requested with C<use POSIX qw(strptime)>.
-
=back
=head2 Removed Modules and Pragmata