From: Tom Hukins Date: Thu, 14 Aug 2008 16:39:12 +0000 (+0000) Subject: Add metadata about the license and repository used by the code X-Git-Tag: v0.08240~377 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=100dd0a893b1dfb11bd51bf58b681d809279955f 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; }