[Bps-public-commit] Shipwright branch, master, updated. 6e742d512414f636b4fc9e43d9c9ff2f868ff4e9
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Fri Jul 24 02:33:04 EDT 2009
The branch, master has been updated
via 6e742d512414f636b4fc9e43d9c9ff2f868ff4e9 (commit)
from 5ffdd292bf5a149faf31f5ec86a9b45e9aed1ecb (commit)
Summary of changes:
Changes | 6 ++++++
MANIFEST | 3 +++
META.yml | 10 ++++++----
lib/Shipwright.pm | 2 +-
4 files changed, 16 insertions(+), 5 deletions(-)
- Log -----------------------------------------------------------------
commit 6e742d512414f636b4fc9e43d9c9ff2f868ff4e9
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Jul 24 14:32:55 2009 +0800
update version to 2.3.1
diff --git a/Changes b/Changes
index 768ab44..bd2c1a4 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
Revision history for Shipwright
+2.3.1 Fri Jul 24 14:11:11 CST 2009
+
+* add --squeeze and --verbose args for shipwright-filter
+* make --as as `uname` by default
+* doc update
+
2.3.0 Mon Jul 20 15:40:50 CST 2009
* add multi-arch dists support
diff --git a/MANIFEST b/MANIFEST
index 3e53979..2fcb062 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -24,6 +24,7 @@ lib/Shipwright/Backend/SVK.pm
lib/Shipwright/Backend/SVN.pm
lib/Shipwright/Logger.pm
lib/Shipwright/Manual.pod
+lib/Shipwright/Manual/BuildMultiArchVessel.pod
lib/Shipwright/Manual/CustomizeBuild.pod
lib/Shipwright/Manual/Glossary.pod
lib/Shipwright/Manual/Tutorial.pod
@@ -63,6 +64,7 @@ META.yml
README
share/__default_builder_options
share/bin/shipwright-builder
+share/bin/shipwright-filter
share/bin/shipwright-utility
share/etc/shipwright-perl-wrapper
share/etc/shipwright-script-wrapper
@@ -97,6 +99,7 @@ t/dists/version1/info
t/dists/version2/info
t/hello/Foo-Bar-v0.01.tar.gz
t/hello/fs.t
+t/hello/git.t
t/hello/scripts/build
t/hello/scripts/howdy_require.yml
t/hello/scripts/require.yml
diff --git a/META.yml b/META.yml
index 8b3f354..97730cd 100644
--- a/META.yml
+++ b/META.yml
@@ -3,11 +3,13 @@ abstract: 'Best Practical Builder'
author:
- 'sunnavy <sunnavy at bestpractical.com>'
build_requires:
- ExtUtils::MakeMaker: 6.11
+ ExtUtils::MakeMaker: 6.42
IPC::Cmd: 0
Module::Build: 0
+configure_requires:
+ ExtUtils::MakeMaker: 6.42
distribution_type: module
-generated_by: 'Module::Install version 0.79'
+generated_by: 'Module::Install version 0.91'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -28,9 +30,9 @@ requires:
CPAN: 1.9205
CPAN::DistnameInfo: 0
Class::Accessor::Fast: 0
+ File::Compare: 0
File::Copy: 0
File::Copy::Recursive: 0
- File::HomeDir: 0
File::Slurp: 0
File::Spec: 0
File::Temp: 0
@@ -50,4 +52,4 @@ requires:
version: 0
resources:
license: http://dev.perl.org/licenses/
-version: 2.003000
+version: 2.003001
diff --git a/lib/Shipwright.pm b/lib/Shipwright.pm
index 3fb327e..b0aa91b 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.3.0');
+use version; our $VERSION = qv('2.3.1');
use base qw/Class::Accessor::Fast/;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list