[Catalyst-commits] r11481 - Catalyst-Manual/5.80/trunk
    t0m at dev.catalyst.perl.org 
    t0m at dev.catalyst.perl.org
       
    Wed Oct  7 08:49:00 GMT 2009
    
    
  
Author: t0m
Date: 2009-10-07 08:48:59 +0000 (Wed, 07 Oct 2009)
New Revision: 11481
Modified:
   Catalyst-Manual/5.80/trunk/Makefile.PL
Log:
Double stupid the there. What was I doing when I did that, idiot
Modified: Catalyst-Manual/5.80/trunk/Makefile.PL
===================================================================
--- Catalyst-Manual/5.80/trunk/Makefile.PL	2009-10-07 08:11:21 UTC (rev 11480)
+++ Catalyst-Manual/5.80/trunk/Makefile.PL	2009-10-07 08:48:59 UTC (rev 11481)
@@ -2,8 +2,8 @@
 use warnings;
 use inc::Module::Install 0.87;
 
-BEGIN {
-    require 'Module::Install::AuthorRequires';
+if ($Module::Install::AUTHOR) {
+    require Module::Install::AuthorRequires;
 }
 
 name 'Catalyst-Manual';
    
    
More information about the Catalyst-commits
mailing list