conditional use for 'Module::Install::AuthorRequires' moved 1 line up to avoid anothe...
okko [Tue, 16 Feb 2010 18:37:09 +0000 (20:37 +0200)]
Makefile.PL

index c54c51e..f40af12 100644 (file)
@@ -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';