[Bps-public-commit] Shipwright branch, master, updated. d17d099f74226e6f86762fd2804b2820a88a8b81
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Sep 11 12:38:00 EDT 2009
The branch, master has been updated
via d17d099f74226e6f86762fd2804b2820a88a8b81 (commit)
from 363d4f6ea7057630ce69a7d9b76a206654e8c26e (commit)
Summary of changes:
Changes | 7 +++++++
lib/Shipwright.pm | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d17d099f74226e6f86762fd2804b2820a88a8b81
Author: sunnavy <sunnavy at bestpractical.com>
Date: Sat Sep 12 00:37:54 2009 +0800
update versiont to 2.4.1
diff --git a/Changes b/Changes
index 5a45a6b..dac7479 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
Revision history for Shipwright
+2.4.1 Sat Sep 12 00:29:00 CST 2009
+
+* document are tweaked by ruz++. thanks, ruz++!
+* remove deps Hash::Merge, YAML and YAML::Syck
+* add env SHIPWRIGHT_SOURCE_ROOT
+* a few bugs are fixed
+
2.4.0 Fri Aug 28 07:50:22 CST 2009
* add env SHIPWRIGHT_USER_ROOT and SHIPWRIGHT_LWP_TIMEOUT
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index f85acde..8c890a1 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.0');
+use version; our $VERSION = qv('2.4.1');
use base qw/Class::Accessor::Fast/;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list