X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=9b0c69898bc14b0b59bdb0f2431d4acd0bd7b631;hb=5a3b72f5cd8196b8b546a9365ce49d98c0dd7f21;hp=4a0604fa6feda9a0fdb8915497c58342fb8cc366;hpb=547a4af2227e3a07d09b464923a2a5e39ce1bfef;p=catagits%2FCatalyst-Model-DBIC-Schema.git diff --git a/Makefile.PL b/Makefile.PL index 4a0604f..9b0c698 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,7 +23,7 @@ feature 'Catalyst::Helper support', -default => 0, 'Catalyst::Devel' => '1.0', 'DBIx::Class::Schema::Loader' => '0.04005', - 'MooseX::NonMoose' => 0.15, + 'MooseX::NonMoose' => 0.16, ; feature 'Caching support', @@ -43,7 +43,8 @@ realclean_files 'README'; auto_provides; auto_install; + resources repository => - 'http://dev.catalyst.perl.org/repos/Catalyst/Catalyst-Model-DBIC-Schema/'; + 'git://git.shadowcat.co.uk/catagits/Catalyst-Model-DBIC-Schema.git'; WriteAll;