From: Tomas Doran Date: Wed, 7 Oct 2009 08:48:59 +0000 (+0000) Subject: Double stupid the there. What was I doing when I did that, idiot X-Git-Tag: v5.8005~99 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=3efd2fac6130a737d6d1466683a4f4aada6b07ef Double stupid the there. What was I doing when I did that, idiot --- diff --git a/Makefile.PL b/Makefile.PL index adade63..991f89b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,8 +2,8 @@ use strict; use warnings; use inc::Module::Install 0.87; -BEGIN { - require 'Module::Install::AuthorRequires'; +if ($Module::Install::AUTHOR) { + require Module::Install::AuthorRequires; } name 'Catalyst-Manual';