From: Alexander Hartmaier Date: Wed, 21 Dec 2011 15:37:25 +0000 (+0100) Subject: migrated repository from svn to git and added links to meta tags X-Git-Tag: v0.02006~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0755d3d10f1d3ad5203ca477b915b04b4e5b1d00;p=dbsrgits%2FDBIx-Class-UUIDColumns.git migrated repository from svn to git and added links to meta tags --- diff --git a/Changes b/Changes index 67d2d5c..3de6018 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for DBIx::Class::UUIDColumns - Repackaged with Module::Install 1.00 + - Migrated repository from svn to git and added links to meta tags 0.02005 Sun June 22 23:10:23 2008 - Added support for UUID::Random - Moritz Onken diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index d309ee6..989a900 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -9,6 +9,8 @@ aegis.log$ \bconfig$ \bbuild$ \.DS_Store$ +\B\.git\b +\B\.gitignore\b # Avoid Makemaker generated and utility files. \bMakefile$ diff --git a/Makefile.PL b/Makefile.PL index 9ff1272..ed68b4f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,6 +8,13 @@ license 'perl'; perl_version '5.008001'; all_from 'lib/DBIx/Class/UUIDColumns.pm'; +homepage 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/DBIx-Class-UUIDColumns.git'; +resources 'IRC' => 'irc://irc.perl.org/#dbix-class'; +resources 'license' => 'http://dev.perl.org/licenses/'; +resources 'repository' => 'git://git.shadowcat.co.uk/dbsrgits/DBIx-Class-UUIDColumns.git'; +resources 'MailingList' => 'http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class'; +resources 'bugtracker' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBIx-Class-UUIDColumns'; + requires 'DBIx::Class' => '0.07005'; if (