[Bps-public-commit] r13894 - Lorzy/trunk
sartak at bestpractical.com
sartak at bestpractical.com
Tue Jul 8 17:12:01 EDT 2008
Author: sartak
Date: Tue Jul 8 17:11:59 2008
New Revision: 13894
Modified:
Lorzy/trunk/ (props changed)
Lorzy/trunk/Makefile.PL
Log:
r63891 at onn: sartak | 2008-07-08 17:11:52 -0400
Flesh out the Makefile.PL
Modified: Lorzy/trunk/Makefile.PL
==============================================================================
--- Lorzy/trunk/Makefile.PL (original)
+++ Lorzy/trunk/Makefile.PL Tue Jul 8 17:11:59 2008
@@ -1,9 +1,17 @@
use inc::Module::Install;
-name('Lorzy');
-license('Perl 5.8');
-version('0E0');
-requires( perl => 5.008);
-all_from('lib/Lorzy.pm');
-WriteAll();
+name 'Lorzy';
+all_from 'lib/Lorzy.pm';
+requires perl => '5.008';
+requires 'Moose';
+requires 'MooseX::AttributeHelpers';
+requires 'MooseX::ClassAttribute';
+
+requires 'Module::Pluggable';
+requires 'Params::Validate';
+
+build_requires 'Test::More';
+build_requires 'Test::Exception';
+
+WriteAll;
More information about the Bps-public-commit
mailing list