[Bps-public-commit] Shipwright branch, master, updated. 27efb84c46e857efdc3b73a4b6b179a6c559bbe7
? sunnavy
sunnavy at bestpractical.com
Tue Feb 22 23:43:22 EST 2011
The branch, master has been updated
via 27efb84c46e857efdc3b73a4b6b179a6c559bbe7 (commit)
from 60acceeb1255b9208ca42163fab2305dbc3b08ce (commit)
Summary of changes:
Makefile.PL | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 27efb84c46e857efdc3b73a4b6b179a6c559bbe7
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Feb 23 12:44:48 2011 +0800
add Test::More as build dep as some distributions will split it out from core
diff --git a/Makefile.PL b/Makefile.PL
index 23927c8..7e321e3 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -6,8 +6,11 @@ author 'sunnavy <sunnavy at bestpractical.com>';
all_from 'lib/Shipwright.pm';
repository 'git://github.com/bestpractical/shipwright.git';
perl_version '5.008008';
-build_requires 'Module::Build' => 0;
+
+build_requires 'Test::More' => 0;
build_requires 'IPC::Cmd' => 0;
+
+requires 'Module::Build' => 0;
requires 'App::CLI' => 0;
requires 'Algorithm::Dependency::Ordered' => 0;
requires 'Algorithm::Dependency::Source::HoA' => 0;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list