[Bps-public-commit] r15332 - Shipwright/trunk
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Aug 21 06:46:31 EDT 2008
Author: sunnavy
Date: Thu Aug 21 06:46:31 2008
New Revision: 15332
Modified:
Shipwright/trunk/ (props changed)
Shipwright/trunk/META.yml
Shipwright/trunk/Makefile.PL
Log:
r15930 at sunnavys-mb: sunnavy | 2008-08-21 18:34:58 +0800
limit perl_version to be at least 5.8.8, also set author in Makefile.PL because all_from is kind of buggy
Modified: Shipwright/trunk/META.yml
==============================================================================
--- Shipwright/trunk/META.yml (original)
+++ Shipwright/trunk/META.yml Thu Aug 21 06:46:31 2008
@@ -1,7 +1,7 @@
---
abstract: 'Best Practical Builder'
author:
- - 'sunnavy <sunnavy at bestpractical.com>'
+ - 'sunnavy <sunnavy at bestpractical.com>'
build_requires:
ExtUtils::MakeMaker: 6.11
IPC::Cmd: 0
@@ -38,8 +38,11 @@
List::MoreUtils: 0
Log::Log4perl: 0
Module::CoreList: 0
+ Module::Info: 0
UNIVERSAL::require: 0
YAML::Syck: 0.71
+ YAML::Tiny: 0
+ perl: 5.8.8
version: 0
resources:
license: http://dev.perl.org/licenses/
Modified: Shipwright/trunk/Makefile.PL
==============================================================================
--- Shipwright/trunk/Makefile.PL (original)
+++ Shipwright/trunk/Makefile.PL Thu Aug 21 06:46:31 2008
@@ -2,7 +2,9 @@
use warnings;
use inc::Module::Install 0.76;
name 'Shipwright';
+author 'sunnavy <sunnavy at bestpractical.com>';
all_from 'lib/Shipwright.pm';
+perl_version '5.008008';
build_requires 'Module::Build' => 0;
build_requires 'IPC::Cmd' => 0;
requires 'App::CLI' => 0;
More information about the Bps-public-commit
mailing list