[Bps-public-commit] r19047 - in Shipwright/trunk: lib
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sun Apr 5 02:06:20 EDT 2009
Author: sunnavy
Date: Sun Apr 5 02:06:20 2009
New Revision: 19047
Modified:
Shipwright/trunk/Changes
Shipwright/trunk/MANIFEST
Shipwright/trunk/META.yml
Shipwright/trunk/lib/Shipwright.pm
Log:
update version to 2.1.6
Modified: Shipwright/trunk/Changes
==============================================================================
--- Shipwright/trunk/Changes (original)
+++ Shipwright/trunk/Changes Sun Apr 5 02:06:20 2009
@@ -1,5 +1,23 @@
Revision history for Shipwright
+2.1.6 Sun Apr 5 13:38:59 CST 2009
+
+update for modules use Module::Install:
++ test_requires support( it's the same as build_requires )
++ recommends and feature support
+
+update for cmds:
++ env SHIPWRIGHT_REPOSITORY support so we do not need to write -r ... in each cmd all the time
++ --delete-deps for update cmd
+* refactor ktf cmd so we can set or show multiple dists at a time
+* refactor log part
+
+update for builder:
++ default_options support so we don't need to reinput the args( one line per arg in repository's file: __default_builder_options )
++ --verbose for shipwright-builder
+* make archlibexp be in front of privlibexp in @INC
+* tweak Module::Build related stuff so we don't need some pod modules which are not in core sometimes.
+
2.1.5 Sun Mar 15 19:51:49 CST 2009
+ support Bundle:: modules
+ --add-deps for update cmd to update deps of dists
Modified: Shipwright/trunk/MANIFEST
==============================================================================
--- Shipwright/trunk/MANIFEST (original)
+++ Shipwright/trunk/MANIFEST Sun Apr 5 02:06:20 2009
@@ -55,10 +55,12 @@
lib/Shipwright/Test.pm
lib/Shipwright/Util.pm
lib/Shipwright/Util/CleanINC.pm
+lib/Shipwright/Util/PatchModuleBuild.pm
Makefile.PL
MANIFEST This list of files
META.yml
README
+share/__default_builder_options
share/bin/shipwright-builder
share/bin/shipwright-utility
share/etc/shipwright-perl-wrapper
@@ -100,7 +102,6 @@
t/hello/shipwright/order.yml
t/hello/svk.t
t/hello/svn.t
-SIGNATURE
TODO
xt/99.kwalitee.t
xt/perlcritic.t
Modified: Shipwright/trunk/META.yml
==============================================================================
--- Shipwright/trunk/META.yml (original)
+++ Shipwright/trunk/META.yml Sun Apr 5 02:06:20 2009
@@ -50,4 +50,4 @@
version: 0
resources:
license: http://dev.perl.org/licenses/
-version: 2.001005
+version: 2.001006
Modified: Shipwright/trunk/lib/Shipwright.pm
==============================================================================
--- Shipwright/trunk/lib/Shipwright.pm (original)
+++ Shipwright/trunk/lib/Shipwright.pm Sun Apr 5 02:06:20 2009
@@ -2,7 +2,7 @@
use warnings;
use strict;
-use version; our $VERSION = qv('2.1.5');
+use version; our $VERSION = qv('2.1.6');
use base qw/Class::Accessor::Fast/;
More information about the Bps-public-commit
mailing list