diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-29 22:25:36 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-04-29 22:28:37 +0200 |
commit | 1c47c32c2cc0f85af8a8cc25738a7c89515ab100 (patch) | |
tree | ea5de7c68652241d9775271043589ce5bd24d86a /dist/Safe | |
parent | 167906a2243c13315495ab3464bc4dda6d445818 (diff) | |
download | perl-1c47c32c2cc0f85af8a8cc25738a7c89515ab100.tar.gz |
Bump Safe's version to 2.27 and update Changes and META.yml
Diffstat (limited to 'dist/Safe')
-rw-r--r-- | dist/Safe/Changes | 4 | ||||
-rw-r--r-- | dist/Safe/META.yml | 28 | ||||
-rw-r--r-- | dist/Safe/Safe.pm | 2 |
3 files changed, 23 insertions, 11 deletions
diff --git a/dist/Safe/Changes b/dist/Safe/Changes index fda75cfa23..a00878ba10 100644 --- a/dist/Safe/Changes +++ b/dist/Safe/Changes @@ -1,3 +1,7 @@ +2.27 Thu Apr 29 2010 + - Wrap coderefs returned by reval() and rdo() + - Add even more version::vxs routines to the default share + 2.26 Mon Mar 9 2010 - Restore compatibility with perls < 5.8.9 diff --git a/dist/Safe/META.yml b/dist/Safe/META.yml index 5f357feb3b..6718a3766e 100644 --- a/dist/Safe/META.yml +++ b/dist/Safe/META.yml @@ -1,12 +1,20 @@ --- #YAML:1.0 -name: Safe -version: 2.26 -abstract: ~ -license: ~ -author: ~ -generated_by: ExtUtils::MakeMaker version 6.42 -distribution_type: module -requires: +name: Safe +version: 2.27 +abstract: ~ +author: [] +license: unknown +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 +requires: {} +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.56 meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.3.html - version: 1.3 + 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 34659e6b8a..bca4dfe8e6 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); -$Safe::VERSION = "2.26"; +$Safe::VERSION = "2.27"; # *** Don't declare any lexicals above this point *** # |