X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=fa12b05b080d9fe028284c104d93582605d5c2e3;hb=bff1b853c17ad52e468fe8984ab3b18964463c7f;hp=d09b915e8a39cc5bd030ad36899e0078d4700c5f;hpb=34ae3443dd55296f93b4479922fd3ab22e21b66c;p=catagits%2FCatalyst-View-Component-SubInclude.git diff --git a/Makefile.PL b/Makefile.PL index d09b915..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'; @@ -26,5 +27,10 @@ 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;