X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=62f2e13836ac6a3b2b8930e5a23f969be39b9aa6;hb=7550f09567850af57441dfbd59605e514a9bfad3;hp=073ce163dc6711cd12bee49c143aa77b0efbcfa3;hpb=fe0d5ebee544f689d0790b977fa08b44c074a044;p=catagits%2FCatalyst-Plugin-Session.git diff --git a/Makefile.PL b/Makefile.PL index 073ce16..62f2e13 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,8 @@ use inc::Module::Install 0.68; if ( -e 'MANIFEST.SKIP' ) { - system( 'pod2text lib/Catalyst/Plugin/Session.pm > README' ); + system( 'pod2text lib/Catalyst/Plugin/Session.pm > README' ) + and die("Could not run pod2text on lib/Catalyst/Plugin/Session.pm"); } is_upgrading_needed();