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

? sunnavy sunnavy at bestpractical.com
Tue Jun 8 03:45:10 EDT 2010


The branch, master has been updated
       via  9579ee95f25e67cd15444666ab45b8b3c9d8e496 (commit)
      from  a7429a8f89dd727466afbbc527fa4ff74478ff27 (commit)

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

- Log -----------------------------------------------------------------
commit 9579ee95f25e67cd15444666ab45b8b3c9d8e496
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Jun 8 15:46:01 2010 +0800

    bump to 2.4.14

diff --git a/Changes b/Changes
index 5f8edba..0158b94 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Shipwright
 
+2.4.14
+
 2.4.13 Tue Jun  8 07:34:55 UTC 2010
 
 * add cmd shipwright-generate: run it with -h to see its usage.
diff --git a/META.yml b/META.yml
index 38d7144..9d25e83 100644
--- a/META.yml
+++ b/META.yml
@@ -56,4 +56,4 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bestpractical/shipwright.git
-version: 2.004013
+version: 2.004014
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index 144ef82..b4339da 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.13');
+use version; our $VERSION = qv('2.4.14');
 
 use base qw/Class::Accessor::Fast/;
 

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



More information about the Bps-public-commit mailing list