[Bast-commits] r3546 - trunk/Devel-BeginLift
matthewt at dev.catalyst.perl.org
matthewt at dev.catalyst.perl.org
Wed Jun 27 18:55:26 GMT 2007
Author: matthewt
Date: 2007-06-27 18:55:25 +0100 (Wed, 27 Jun 2007)
New Revision: 3546
Modified:
trunk/Devel-BeginLift/Makefile.PL
Log:
fix typo
Modified: trunk/Devel-BeginLift/Makefile.PL
===================================================================
--- trunk/Devel-BeginLift/Makefile.PL 2007-06-27 07:20:56 UTC (rev 3545)
+++ trunk/Devel-BeginLift/Makefile.PL 2007-06-27 17:55:25 UTC (rev 3546)
@@ -1,10 +1,12 @@
use inc::Module::Install 0.67;
name 'Devel-BeginLift';
-license 'perl';
-author 'Matt S Trout';
all_from 'lib/Devel/BeginLift.pm';
-makemaker_args(XS => { 'lib/Devel/BeginLift.xs' => 'lib/Devel/BeginList.c' });
+build_requires 'Test::More';
-WriteMakefile;
+WriteMakefile(
+ dist => {
+ PREOP => 'pod2text lib/Devel/BeginLift.pm >$(DISTVNAME)/README'
+ }
+);
More information about the Bast-commits
mailing list