summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2010-12-19 19:12:10 +0000
committerZefram <zefram@fysh.org>2010-12-19 19:12:10 +0000
commitaa7dbd7b4665760273a559ffbd0d730493793fc1 (patch)
tree6ba0fac0d57efd0bbd6773209cc6aa9fd2b19ca3
parent970c3089501116dc4c8de507378d2a025ff76000 (diff)
downloadperl-aa7dbd7b4665760273a559ffbd0d730493793fc1.tar.gz
add autodie tag :2.1001 for blead-updated version
-rw-r--r--cpan/autodie/lib/Fatal.pm1
-rw-r--r--pod/perldelta.pod2
2 files changed, 2 insertions, 1 deletions
diff --git a/cpan/autodie/lib/Fatal.pm b/cpan/autodie/lib/Fatal.pm
index d4be87d9ac..55b920ba5b 100644
--- a/cpan/autodie/lib/Fatal.pm
+++ b/cpan/autodie/lib/Fatal.pm
@@ -116,6 +116,7 @@ my %TAGS = (
':2.08' => [qw(:default)],
':2.09' => [qw(:default)],
':2.10' => [qw(:default)],
+ ':2.1001' => [qw(:default)],
);
# chmod was only introduced in 2.07
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index aa59bcddb7..c5ef57c194 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -861,7 +861,7 @@ L<[perl #71286]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=71286>.
=head1 Acknowledgements
Perl 5.13.8 represents approximately one month of development since
-Perl 5.13.7 and contains 38714 lines of changes across 546 files from
+Perl 5.13.7 and contains 38715 lines of changes across 546 files from
38 authors and committers.
Thank you to the following for contributing to this release: