From: Tomas Doran Date: Sat, 9 Mar 2013 10:34:11 +0000 (+0000) Subject: Fix repos X-Git-Tag: 0.31~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-ConfigLoader.git;a=commitdiff_plain;h=f9d284aec507bc12e887b720261e4915c86520a7 Fix repos --- diff --git a/Changes b/Changes index 0d60371..dba0c79 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. + - Fix repository location in metadata. + 0.30 Fri Aug 20 2010 - Fix for Windows regarding changes from 0.29 diff --git a/Makefile.PL b/Makefile.PL index a566415..168def1 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,6 +16,7 @@ requires 'MRO::Compat' => '0.09'; test_requires 'Test::More'; -resources repository => 'http://dev.catalystframework.org/repos/Catalyst/Catalyst-Plugin-ConfigLoader/trunk/'; +resources repository => 'git://git.shadowcat.co.uk/catagits/Catalyst-Plugin-ConfigLoader.git'; WriteAll; +