X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=456dbc05311742dc9e4a13f3aa5c8b226bc15f7a;hb=262a45329fe2733495bd04e24e41906ec7c29e0c;hp=74a06e9de5d047b8572363b2fd53e3649923741b;hpb=21975e46d336466d3861fbd87b58d24a243d0665;p=catagits%2FCatalyst-Engine-STOMP.git diff --git a/Makefile.PL b/Makefile.PL index 74a06e9..456dbc0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,4 +1,4 @@ -use inc::Module::Install; +use inc::Module::Install 0.91; use 5.008006; license 'perl'; @@ -17,6 +17,7 @@ requires 'Data::Serializer' => '0.49'; requires 'namespace::autoclean' => '0.05'; test_requires 'Alien::ActiveMQ' => '0.00003'; +test_requires 'Catalyst::Plugin::ConfigLoader' => undef; my @force_build_requires_if_author = qw( Test::NoTabs