[Bps-public-commit] Shipwright branch, master, updated. 01a7c68cde2159532e9f35c586550f9084bed272
? sunnavy
sunnavy at bestpractical.com
Mon May 10 22:28:38 EDT 2010
The branch, master has been updated
via 01a7c68cde2159532e9f35c586550f9084bed272 (commit)
from b2f11b255afb5a38e54cbd51cfa7c604f0186571 (commit)
Summary of changes:
Changes | 2 ++
META.yml | 2 +-
lib/Shipwright.pm | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 01a7c68cde2159532e9f35c586550f9084bed272
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue May 11 10:28:55 2010 +0800
bump version to 2.4.10
diff --git a/Changes b/Changes
index a5f7f2e..3c4cce9 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Shipwright
+2.4.10
+
2.4.9 Tue May 11 02:21:28 UTC 2010
* add env SHIPWRIGHT_DEVEL to control error output's verboseness
diff --git a/META.yml b/META.yml
index abc49c0..b15aa53 100644
--- a/META.yml
+++ b/META.yml
@@ -53,4 +53,4 @@ requires:
resources:
license: http://dev.perl.org/licenses/
repository: git://github.com/bestpractical/shipwright.git
-version: 2.004009
+version: 2.004010
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index a2b9ef4..d0ef1d9 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.9');
+use version; our $VERSION = qv('2.4.10');
use base qw/Class::Accessor::Fast/;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list