From: Tom Hukins <tom@eborcom.com>
Date: Thu, 14 Aug 2008 16:39:12 +0000 (+0000)
Subject: Add metadata about the license and repository used by the code
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=100dd0a893b1dfb11bd51bf58b681d809279955f;p=dbsrgits%2FDBIx-Class-Historic.git

Add metadata about the license and repository used by the code
---

diff --git a/Makefile.PL b/Makefile.PL
index 35e30ad..aa7cf00 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -90,6 +90,8 @@ if ($Module::Install::AUTHOR) {
   Meta->{values}{resources} = [ 
     [ 'MailingList', 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class' ],
     [ 'IRC', 'irc://irc.perl.org/#dbix-class' ],
+    [ 'license', 'http://dev.perl.org/licenses/' ],
+    [ 'repository', 'http://dev.catalyst.perl.org/svnweb/bast/browse/DBIx-Class/' ],
   ];
   Meta->write;
 }