From: Rafael Garcia-Suarez Date: Thu, 29 Apr 2010 20:25:36 +0000 (+0200) Subject: Bump Safe's version to 2.27 and update Changes and META.yml X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c47c32c2cc0f85af8a8cc25738a7c89515ab100;p=p5sagit%2Fp5-mst-13.2.git Bump Safe's version to 2.27 and update Changes and META.yml --- diff --git a/dist/Safe/Changes b/dist/Safe/Changes index fda75cf..a00878b 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 5f357fe..6718a37 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 34659e6..bca4dfe 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 *** #