X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=Makefile.PL;h=991f89b1e65561c0838abc59ccc094e40896ec67;hp=adade639016449696977ea8b5f4e262684e14f8d;hb=f7f5632ecb153629ddac65ed74c250407e44e37a;hpb=b1a08fe19fd4ce1cd7756727319d08156b1e563f 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';