[Bps-public-commit] Shipwright branch, master, updated. b1c812b0823956dd4475e7f98981068f15894541
? sunnavy
sunnavy at bestpractical.com
Sun Aug 14 15:42:09 EDT 2011
The branch, master has been updated
via b1c812b0823956dd4475e7f98981068f15894541 (commit)
via beda8b53bd2d67407ebd2ef355d4bf4717bda530 (commit)
via 3e86a67fc4d2b7f2903454918e09bba9ffc3a51c (commit)
from af2123af2828f8a47dd51b6af83bca878ea37648 (commit)
Summary of changes:
Changes | 11 ++++++++---
META.yml | 2 +-
lib/Shipwright.pm | 2 +-
3 files changed, 10 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 3e86a67fc4d2b7f2903454918e09bba9ffc3a51c
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Aug 15 03:20:10 2011 +0800
release 2.4.30
diff --git a/Changes b/Changes
index 64b296c..1e67531 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Shipwright
2.4.30
+* use env proxy to get http/ftp sources.
+* install the dist again if the version to install is not the same as the installed one
+
2.4.29
* fix PERL5LIB in case multiple shipyards install to the same place.
commit beda8b53bd2d67407ebd2ef355d4bf4717bda530
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Aug 15 03:22:38 2011 +0800
date fix
diff --git a/Changes b/Changes
index 1e67531..8d3fdb2 100644
--- a/Changes
+++ b/Changes
@@ -1,15 +1,15 @@
Revision history for Shipwright
-2.4.30
+2.4.30 Mon Aug 15 03:21:20 CST 2011
* use env proxy to get http/ftp sources.
* install the dist again if the version to install is not the same as the installed one
-2.4.29
+2.4.29 Fri Aug 5 14:37:59 CST 2011
* fix PERL5LIB in case multiple shipyards install to the same place.
-2.4.28
+2.4.28 Sun Jul 10 11:21:59 CST 2011
* auto build Dist::Zilla distribution when importing.
* support cmake build system
commit b1c812b0823956dd4475e7f98981068f15894541
Author: sunnavy <sunnavy at bestpractical.com>
Date: Mon Aug 15 03:23:28 2011 +0800
bump to 2.4.31
diff --git a/Changes b/Changes
index 8d3fdb2..1c3db23 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Shipwright
+2.4.31
+
2.4.30 Mon Aug 15 03:21:20 CST 2011
* use env proxy to get http/ftp sources.
diff --git a/META.yml b/META.yml
index 41f115f..777c658 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.004030
+version: 2.004031
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index d2af985..c47ec88 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.30');
+use version; our $VERSION = qv('2.4.31');
use base qw/Shipwright::Base/;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list