X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ef6e4e383c1a4ebfb2652ca18f2a2688b2f536fd;hb=c6e4d2a9be3dcd535ab54ef6b1bf6401fe0a7ace;hp=1ab8fa41465945f0e321894ef22003b31d3c4e21;hpb=c0f47301771431ee488220ae667425f2c741e71b;p=p5sagit%2FDevel-BeginLift.git diff --git a/Makefile.PL b/Makefile.PL index 1ab8fa4..ef6e4e3 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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' + } +);