X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=fa12b05b080d9fe028284c104d93582605d5c2e3;hb=bff1b853c17ad52e468fe8984ab3b18964463c7f;hp=5bd079608f2a0ec103a26eafdade54924c4cc38e;hpb=f97c716560e114d118695339a200fe5a7e09e9e5;p=catagits%2FCatalyst-View-Component-SubInclude.git diff --git a/Makefile.PL b/Makefile.PL index 5bd0796..fa12b05 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,6 +17,7 @@ requires 'namespace::clean'; test_requires 'Test::More' => '0.88'; test_requires 'Catalyst::View::TT'; +test_requires 'Catalyst::Action::RenderView'; author_requires 'Test::Pod::Coverage' => '1.04'; author_requires 'Test::Pod' => '1.14'; @@ -24,5 +25,12 @@ author_tests 't/author'; catalyst; +resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-View-Component-SubInclude'; + +if ($Module::Install::AUTHOR) { + system("pod2text lib/Catalyst/View/Component/SubInclude.pm > README") + and die $! +} + auto_install; WriteAll;