Document repo
Arthur Axel 'fREW' Schmidt [Sat, 6 Nov 2010 23:46:14 +0000 (18:46 -0500)]
Makefile.PL
lib/SQL/Abstract.pm

index d13d285..36cb069 100644 (file)
@@ -7,6 +7,9 @@ use 5.006002;
 perl_version '5.006002';
 name 'SQL-Abstract';
 author 'Nathan Wiger <nate@wiger.org>';
+resources 'license'     => 'http://dev.perl.org/licenses/';
+resources 'repository'  => 'git://git.shadowcat.co.uk/dbsrgits/SQL-Abstract.git';
+resources 'bugtracker'  => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Abstract';
 
 all_from 'lib/SQL/Abstract.pm';
 
index 95f2df8..c325615 100644 (file)
@@ -2701,6 +2701,15 @@ a fast interface to returning and formatting data. I frequently
 use these three modules together to write complex database query
 apps in under 50 lines.
 
+=head1 REPO
+
+=over
+
+=item * gitweb: L<http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/DBIx-Class.git>
+
+=item * git: L<git://git.shadowcat.co.uk/dbsrgits/DBIx-Class.git>
+
+=back
 
 =head1 CHANGES