X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=37a53dd8ebe7f778a48bf3e36333dab37ffd6128;hb=662be9101e0ae369511692ec54d9a9922965d219;hp=a875e8f0058d39954f60e1786dad0129aee919d5;hpb=a4a88fefad0246cc6b5eea44874bcfb2ff34253d;p=gitmo%2FMooseX-Types-Structured.git diff --git a/Makefile.PL b/Makefile.PL index a875e8f..37a53dd 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,9 +5,8 @@ name 'MooseX-Types-Structured'; all_from 'lib/MooseX/Types/Structured.pm'; abstract 'Moose Type Constraint classes for Structured Types'; author 'John Napiorkowski '; -version '0.01'; license 'perl'; -perl_version '5.8.8'; +perl_version '5.008008'; ## Module dependencies requires 'Moose' => '0.60'; @@ -19,6 +18,10 @@ build_requires 'Test::Exception' => '0.27'; build_requires 'Test::Pod' => '1.14'; build_requires 'Test::Pod::Coverage' => '1.08'; +## Build README +system 'pod2text lib/MooseX/Types/Structured.pm > README' + if -e 'MANIFEST.SKIP'; + ## Instructions to Module::Install auto_install; tests_recursive;