X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5089f55c32a2e8653763ca57c16d55c99f539c33;hb=3c5fd9cb51be006ce4d34248cd43367339ad646f;hp=2074e797e7401495a3af1db8e155c4021bcf7147;hpb=0179986ebd43ed29207b56279a032cd965f7ee79;p=dbsrgits%2FDBIx-Class-Tree.git diff --git a/Makefile.PL b/Makefile.PL index 2074e79..5089f55 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ perl_version '5.008001'; all_from 'lib/DBIx/Class/Tree.pm'; readme_from 'lib/DBIx/Class/Tree.pm'; -resources 'repository' => 'http://dev.catalyst.perl.org/repos/bast/DBIx-Class-Tree/'; +resources 'repository' => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/DBIx-Class-Tree.git'; requires 'DBIx::Class' => '0.08100'; test_requires 'Test::Exception';