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

? sunnavy sunnavy at bestpractical.com
Mon May 24 04:54:10 EDT 2010


The branch, master has been updated
       via  eed85e956927cefb35c096ece6cb238a7a6ff677 (commit)
       via  5b428539fff3aae514ff654c556c5f68d0bb52fa (commit)
      from  94b0f726ff4978058ecdfa89b82fc64fc5d3979b (commit)

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

- Log -----------------------------------------------------------------
commit 5b428539fff3aae514ff654c556c5f68d0bb52fa
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon May 24 16:50:44 2010 +0800

    release 2.4.11

diff --git a/Changes b/Changes
index 9a66f39..e448905 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Shipwright
 
+2.4.11 Mon May 24 08:46:12 UTC 2010
+
+* tweak git source part, thanks to rbuels++
+* update git backend's delete and move
+* add --no-install-base option, so we can install dists to their default directories
+* set the min_perl_version to the running perl if not defined
+* not try which cmd: it does not work at all on windows
+
 2.4.10 Wed May 19 05:54:48 UTC 2010
 
 * symlink path fix
diff --git a/META.yml b/META.yml
index dd8e1f6..d3e056f 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.004010
+version: 2.004011
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index d0ef1d9..ccb2194 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.10');
+use version; our $VERSION = qv('2.4.11');
 
 use base qw/Class::Accessor::Fast/;
 

commit eed85e956927cefb35c096ece6cb238a7a6ff677
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon May 24 16:54:41 2010 +0800

    bump to 2.4.12

diff --git a/Changes b/Changes
index e448905..5846b46 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Shipwright
 
+2.4.12
+
 2.4.11 Mon May 24 08:46:12 UTC 2010
 
 * tweak git source part, thanks to rbuels++
diff --git a/META.yml b/META.yml
index d3e056f..1a880d0 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.004011
+version: 2.004012
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index ccb2194..2131bf5 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.11');
+use version; our $VERSION = qv('2.4.12');
 
 use base qw/Class::Accessor::Fast/;
 

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



More information about the Bps-public-commit mailing list