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

? sunnavy sunnavy at bestpractical.com
Sun Jun 17 01:46:33 EDT 2012


The branch, master has been updated
  discards  233b132cc3b3804c88f2d0926327bea7cfca26c5 (commit)
  discards  7219bf6f89a09373ee99e19346aad1ba4a80b0db (commit)
       via  388de9b93a86024e1c6819eafc0801773e49e94e (commit)
       via  24dd4c0ecd0b78aad18c021f39195eb3f1dd1921 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (233b132cc3b3804c88f2d0926327bea7cfca26c5)
            \
             N -- N -- N (388de9b93a86024e1c6819eafc0801773e49e94e)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Summary of changes:

- Log -----------------------------------------------------------------
commit 24dd4c0ecd0b78aad18c021f39195eb3f1dd1921
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sun Jun 17 13:25:17 2012 +0800

    release 2.4.32

diff --git a/Changes b/Changes
index f2ca2ef..9d37884 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Shipwright
 
 2.4.32
 
+* automatically set perl build script(thanks to David Good)
+* take care of sources like CPAN::Meta and Directory::Queue
+* allow to specify perl dist like perl-5.16.0
+
 2.4.31 Tue Jan 31 07:00:59 CST 2012
 
 * fix a bug(version not recorded correctly) in bin/shipwright-builder

commit 388de9b93a86024e1c6819eafc0801773e49e94e
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sun Jun 17 13:31:50 2012 +0800

    bump to 2.4.33

diff --git a/META.yml b/META.yml
index 0adec70..2c105df 100644
--- a/META.yml
+++ b/META.yml
@@ -57,4 +57,4 @@ requires:
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/bestpractical/shipwright.git
-version: 2.004032
+version: 2.004033
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index b87b04d..6658e68 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.32');
+use version; our $VERSION = qv('2.4.33');
 
 use base qw/Shipwright::Base/;
 

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



More information about the Bps-public-commit mailing list