[Bps-public-commit] Shipwright branch, master, updated. d9566c14a624e70e6fbac882c103f446dbb0612d
? sunnavy
sunnavy at bestpractical.com
Fri Aug 5 02:47:23 EDT 2011
The branch, master has been updated
via d9566c14a624e70e6fbac882c103f446dbb0612d (commit)
from 8f41f353cb240206e24a22f1eb05043300c0a1d7 (commit)
Summary of changes:
Changes | 2 ++
META.yml | 2 +-
lib/Shipwright.pm | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit d9566c14a624e70e6fbac882c103f446dbb0612d
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Aug 5 14:46:55 2011 +0800
bump to 2.4.30
diff --git a/Changes b/Changes
index 75b20f1..64b296c 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Shipwright
+2.4.30
+
2.4.29
* fix PERL5LIB in case multiple shipyards install to the same place.
diff --git a/META.yml b/META.yml
index c0b296b..41f115f 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.004029
+version: 2.004030
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index 56be0a7..d2af985 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.29');
+use version; our $VERSION = qv('2.4.30');
use base qw/Shipwright::Base/;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list