From: Rafael Kitover Date: Sat, 31 Oct 2009 13:01:56 +0000 (+0000) Subject: change repository in meta to point to real svn url rather than svnweb X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d6821146208391dabec0e0a536994efcbecae9c;p=dbsrgits%2FDBIx-Class-Historic.git change repository in meta to point to real svn url rather than svnweb --- diff --git a/Makefile.PL b/Makefile.PL index 3d1462b..51e0f2a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -139,7 +139,7 @@ tests_recursive (qw| resources 'IRC' => 'irc://irc.perl.org/#dbix-class'; resources 'license' => 'http://dev.perl.org/licenses/'; -resources 'repository' => 'http://dev.catalyst.perl.org/svnweb/bast/browse/DBIx-Class/'; +resources 'repository' => 'http://dev.catalyst.perl.org/repos/bast/DBIx-Class/'; resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class'; no_index 'DBIx::Class::Storage::DBI::Sybase::Common';