In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/169986538ca31decb52c9931e6700230c17821c8?hp=d5944336d74c819152158dabfd806d49ad0ecb21>

- Log -----------------------------------------------------------------
commit 169986538ca31decb52c9931e6700230c17821c8
Author: Rafael Garcia-Suarez <r...@consttype.org>
Date:   Sun Oct 31 14:17:20 2010 +0100

    Bump Safe's version to 2.29

M       dist/Safe/Changes
M       dist/Safe/META.yml
M       dist/Safe/Safe.pm

commit 45c3e378e4f0099778aec21f94f40fc2357470ca
Author: Rafael Garcia-Suarez <r...@consttype.org>
Date:   Sun Oct 31 14:08:53 2010 +0100

    Add &version::vxs::VCMP to Safe's default share
    
    This is to accomodate this new function in version.pm 0.85.

M       dist/Safe/Safe.pm
-----------------------------------------------------------------------

Summary of changes:
 dist/Safe/Changes  |    3 +++
 dist/Safe/META.yml |    4 ++--
 dist/Safe/Safe.pm  |    3 ++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dist/Safe/Changes b/dist/Safe/Changes
index 7dc1c1d..385287c 100644
--- a/dist/Safe/Changes
+++ b/dist/Safe/Changes
@@ -1,3 +1,6 @@
+2.29 Sun Oct 31 2010
+    - Add &version::vxs::VCMP to Safe's default share
+
 2.28 Mon Sep 13 2010
     - Avoid infinite loop in _find_code_refs.
       Patch by Yasushi Nakajima (rt.cpan.org #61262)
diff --git a/dist/Safe/META.yml b/dist/Safe/META.yml
index 8938397..58d10ed 100644
--- a/dist/Safe/META.yml
+++ b/dist/Safe/META.yml
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Safe
-version:            2.28
+version:            2.29
 abstract:           ~
 author:  []
 license:            unknown
@@ -14,7 +14,7 @@ no_index:
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.57_05
+generated_by:       ExtUtils::MakeMaker version 6.55_02
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4
diff --git a/dist/Safe/Safe.pm b/dist/Safe/Safe.pm
index 5d40528..70549c5 100644
--- a/dist/Safe/Safe.pm
+++ b/dist/Safe/Safe.pm
@@ -4,7 +4,7 @@ use 5.003_11;
 use strict;
 use Scalar::Util qw(reftype refaddr);
 
-$Safe::VERSION = "2.28";
+$Safe::VERSION = "2.29";
 
 # *** Don't declare any lexicals above this point ***
 #
@@ -134,6 +134,7 @@ my $default_share = [qw[
     &version::vxs::stringify
     &version::vxs::new
     &version::vxs::parse
+    &version::vxs::VCMP
 ]), ($] >= 5.011 && qw[
     &re::regexp_pattern
 ])];

--
Perl5 Master Repository

Reply via email to