summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2010-10-31 14:17:20 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2010-10-31 14:17:35 +0100
commit169986538ca31decb52c9931e6700230c17821c8 (patch)
tree07028da0397ea0007ca0a3cde2208e9e5edcb5f0 /dist
parent45c3e378e4f0099778aec21f94f40fc2357470ca (diff)
downloadperl-169986538ca31decb52c9931e6700230c17821c8.tar.gz
Bump Safe's version to 2.29
Diffstat (limited to 'dist')
-rw-r--r--dist/Safe/Changes3
-rw-r--r--dist/Safe/META.yml4
-rw-r--r--dist/Safe/Safe.pm2
3 files changed, 6 insertions, 3 deletions
diff --git a/dist/Safe/Changes b/dist/Safe/Changes
index 7dc1c1daf7..385287c3fd 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 893839743c..58d10ed526 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 2358090fbc..70549c5f4e 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 ***
#