fix typo 0.001000
Matt S Trout [Wed, 27 Jun 2007 17:55:25 +0000 (17:55 +0000)]
Makefile.PL

index 1ab8fa4..ef6e4e3 100644 (file)
@@ -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'
+  }
+);