Add irc log of conversation about where ::Session should go, so next time this comes...
[catagits/Catalyst-Plugin-Session.git] / Makefile.PL
index a8dfe6f..62f2e13 100644 (file)
@@ -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();
@@ -16,6 +17,7 @@ requires 'Digest';
 requires 'File::Spec';
 requires 'File::Temp';
 requires 'Object::Signature';
+requires 'MRO::Compat';
 
 # an indirect dep. needs a certain version.
 requires 'Tie::RefHash' => '1.34';