[Bps-public-commit] Symbol-Global-Name branch, master, updated. 0.04-2-gd5e1c54

Alex Vandiver alexmv at bestpractical.com
Thu Feb 13 15:45:53 EST 2014


The branch, master has been updated
       via  d5e1c54f11b441cf33efab9465d3a393216b4047 (commit)
      from  f8b706e2825280375378d530c083f7de30d42905 (commit)

Summary of changes:
 Changes                             | 3 +++
 META.yml                            | 2 +-
 inc/Module/Install/ReadmeFromPod.pm | 2 +-
 lib/Symbol/Global/Name.pm           | 2 +-
 4 files changed, 6 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit d5e1c54f11b441cf33efab9465d3a393216b4047
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Feb 13 15:45:33 2014 -0500

    Releng for 0.05

diff --git a/Changes b/Changes
index 243ed46..7dedfde 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+0.05    Thu Feb 13 15:42:17 EST 2013
+    • Work with inlined list constants, new in 5.20
+
 0.04    Wed Jul  3 19:14:17 EST 2013
     • Fix an odd overloaded stringification found in Math::BigInt
 
diff --git a/META.yml b/META.yml
index 6aa6865..263ff3f 100644
--- a/META.yml
+++ b/META.yml
@@ -23,4 +23,4 @@ requires:
   perl: 5.8.0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.04
+version: 0.05
diff --git a/inc/Module/Install/ReadmeFromPod.pm b/inc/Module/Install/ReadmeFromPod.pm
index 6a80818..b5e03c3 100644
--- a/inc/Module/Install/ReadmeFromPod.pm
+++ b/inc/Module/Install/ReadmeFromPod.pm
@@ -7,7 +7,7 @@ use warnings;
 use base qw(Module::Install::Base);
 use vars qw($VERSION);
 
-$VERSION = '0.20';
+$VERSION = '0.22';
 
 sub readme_from {
   my $self = shift;
diff --git a/lib/Symbol/Global/Name.pm b/lib/Symbol/Global/Name.pm
index b336f35..e3aff90 100644
--- a/lib/Symbol/Global/Name.pm
+++ b/lib/Symbol/Global/Name.pm
@@ -4,7 +4,7 @@ use warnings;
 
 package Symbol::Global::Name;
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 =head1 NAME
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list