[Catalyst-commits] r12202 -
Catalyst-Devel/1.00/branches/generated_app-fix
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sun Dec 6 12:13:07 GMT 2009
Author: t0m
Date: 2009-12-06 12:13:01 +0000 (Sun, 06 Dec 2009)
New Revision: 12202
Modified:
Catalyst-Devel/1.00/branches/generated_app-fix/Makefile.PL
Log:
Force the optional test dep in author mode
Modified: Catalyst-Devel/1.00/branches/generated_app-fix/Makefile.PL
===================================================================
--- Catalyst-Devel/1.00/branches/generated_app-fix/Makefile.PL 2009-12-06 11:00:53 UTC (rev 12201)
+++ Catalyst-Devel/1.00/branches/generated_app-fix/Makefile.PL 2009-12-06 12:13:01 UTC (rev 12202)
@@ -1,4 +1,7 @@
+use strict;
+use warnings;
use inc::Module::Install 0.91;
+use Module::Install::AuthorRequires;
name 'Catalyst-Devel';
all_from 'lib/Catalyst/Devel.pm';
@@ -19,6 +22,8 @@
requires 'Path::Class' => '0.09';
requires 'Template' => '2.14';
+author_requires 'IPC::Run3';
+
test_requires 'Test::More' => '0.90';
install_share 'share';
More information about the Catalyst-commits
mailing list