[Bps-public-commit] Shipwright branch, master, updated. bee1e189af550da7665e1083287d5a237806275c

? sunnavy sunnavy at bestpractical.com
Thu Dec 4 07:03:07 EST 2014


The branch, master has been updated
       via  bee1e189af550da7665e1083287d5a237806275c (commit)
      from  d6f4a24afe9125578d34e849113c0b8686a6a90d (commit)

Summary of changes:
 Changes           | 2 ++
 META.yml          | 2 +-
 lib/Shipwright.pm | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit bee1e189af550da7665e1083287d5a237806275c
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Dec 4 20:02:59 2014 +0800

    bump to 2.4.41

diff --git a/Changes b/Changes
index 4540fb9..581c38a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Shipwright
 
+2.4.41
+
 2.4.40 Thu Dec  4 19:58:37 CST 2014
 
 * work around the case that Module::Build::Version is gone in recent Module::Build version
diff --git a/META.yml b/META.yml
index 04c0b5b..b5f9eb3 100644
--- a/META.yml
+++ b/META.yml
@@ -57,4 +57,4 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bestpractical/shipwright.git
-version: '2.004040'
+version: '2.004041'
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index d070323..a23d991 100644
--- a/lib/Shipwright.pm
+++ b/lib/Shipwright.pm
@@ -2,7 +2,7 @@ package Shipwright;
 
 use warnings;
 use strict;
-use version; our $VERSION = qv('2.4.40');
+use version; our $VERSION = qv('2.4.41');
 
 use base qw/Shipwright::Base/;
 

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


More information about the Bps-public-commit mailing list