In perl.git, the branch maint-5.10 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/48ae1f6e140871497ec9438fc2417545b518c8ef?hp=6a856da67b2e10fcce6be166d9641188f666ac72>
- Log ----------------------------------------------------------------- commit 48ae1f6e140871497ec9438fc2417545b518c8ef Author: David Mitchell <[email protected]> Date: Sat Aug 22 19:39:55 2009 +0100 update Safe version in perldelta M pod/perl5101delta.pod commit ec402391699cd9a0c7f8fe5cc347ecba9b54e0e8 Author: David Mitchell <[email protected]> Date: Wed Aug 19 11:07:43 2009 +0100 bump Safe version to 2.18 (cherry picked from commit 6bc059100668dd5718368f9434a2a238d039b78e) M ext/Safe/Safe.pm ----------------------------------------------------------------------- Summary of changes: ext/Safe/Safe.pm | 2 +- pod/perl5101delta.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/Safe/Safe.pm b/ext/Safe/Safe.pm index b27c047..ff099ec 100644 --- a/ext/Safe/Safe.pm +++ b/ext/Safe/Safe.pm @@ -3,7 +3,7 @@ package Safe; use 5.003_11; use strict; -$Safe::VERSION = "2.17_01"; +$Safe::VERSION = "2.18"; # *** Don't declare any lexicals above this point *** # diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod index b331528..cef1408 100644 --- a/pod/perl5101delta.pod +++ b/pod/perl5101delta.pod @@ -744,7 +744,7 @@ Upgraded from version 1.13 to 1.17. =item C<Safe> -Upgraded from 2.12 to 2.17_01. +Upgraded from 2.12 to 2.18. =item C<Scalar::Util> -- Perl5 Master Repository
