migrated repository from svn to git and added links to meta tags
Alexander Hartmaier [Wed, 21 Dec 2011 15:37:25 +0000 (16:37 +0100)]
Changes
MANIFEST.SKIP
Makefile.PL

diff --git a/Changes b/Changes
index 67d2d5c..3de6018 100644 (file)
--- 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
index d309ee6..989a900 100644 (file)
@@ -9,6 +9,8 @@ aegis.log$
 \bconfig$
 \bbuild$
 \.DS_Store$
+\B\.git\b
+\B\.gitignore\b
 
 # Avoid Makemaker generated and utility files.
 \bMakefile$
index 9ff1272..ed68b4f 100644 (file)
@@ -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 (