summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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