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

? sunnavy sunnavy at bestpractical.com
Sun Jun 12 02:25:26 EDT 2011


The branch, master has been updated
       via  9fec53bae58bc21a6ad2b0a1a9c9cea90473e74f (commit)
       via  46fece21a2fa58a51b85c438d06f990a15defcec (commit)
      from  59ecab2cac2225db9a6c67ab9fb1ca49485f8b3d (commit)

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

- Log -----------------------------------------------------------------
commit 46fece21a2fa58a51b85c438d06f990a15defcec
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sun Jun 12 14:21:08 2011 +0800

    release 2.4.26

diff --git a/Changes b/Changes
index 97e5fcf..2f6c20c 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,14 @@
 Revision history for Shipwright
 
-2.4.26
+2.4.26 Sun Jun 12 14:14:32 CST 2011
+
+* "import perl --version VERSION" will import perl automatically
+* "--skip Foo::" to skip both Foo and Foo::*
+* default source type is CPAN, so Foo::Bar means cpan:Foo::Bar, unless
+    there is a directory/file with that name
+* add --skip-all-build-requires option
+* add --no-default-build option to not store generated build in shipyard
+* tweak log msg a bit
 
 2.4.25 Thu Apr 28 01:57:42 CST 2011
 

commit 9fec53bae58bc21a6ad2b0a1a9c9cea90473e74f
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sun Jun 12 14:22:51 2011 +0800

    bump to 2.4.27

diff --git a/Changes b/Changes
index 2f6c20c..28b26dc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Shipwright
 
+2.4.27
+
 2.4.26 Sun Jun 12 14:14:32 CST 2011
 
 * "import perl --version VERSION" will import perl automatically
diff --git a/META.yml b/META.yml
index b798b2d..5343db7 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.004026
+version: 2.004027
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index 0c0ab07..03a2219 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.26');
+use version; our $VERSION = qv('2.4.27');
 
 use base qw/Shipwright::Base/;
 

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



More information about the Bps-public-commit mailing list