From: okko Date: Tue, 16 Feb 2010 18:37:09 +0000 (+0200) Subject: conditional use for 'Module::Install::AuthorRequires' moved 1 line up to avoid anothe... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7f7991469b3de6cd0b8a8251ac1d0779979abe14;hp=f50d523fb5632e814b70a70d5b80acea541a46c4;p=catagits%2FCatalyst-Controller-MovableType.git conditional use for 'Module::Install::AuthorRequires' moved 1 line up to avoid another warning. --- diff --git a/Makefile.PL b/Makefile.PL index c54c51e..f40af12 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,7 +1,7 @@ use strict; use warnings; -use inc::Module::Install 0.91; use if $Module::Install::AUTHOR, 'Module::Install::AuthorRequires'; +use inc::Module::Install 0.91; use Module::Install::AuthorTests; name 'Catalyst-Controller-MovableType';