From: Rudolf Leermakers Date: Tue, 23 Sep 2014 23:29:56 +0000 (+0200) Subject: Updating links to repositories, added GitHub mirror X-Git-Tag: v1.79~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af7336670a278d46f9181c93633c015006583a30;p=dbsrgits%2FSQL-Abstract.git Updating links to repositories, added GitHub mirror Modelled on the corresponding DBIC setup --- diff --git a/Makefile.PL b/Makefile.PL index 321e917..7281315 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ perl_version '5.006'; name 'SQL-Abstract'; author 'Nathan Wiger '; resources 'license' => 'http://dev.perl.org/licenses/'; -resources 'repository' => 'git://git.shadowcat.co.uk/dbsrgits/SQL-Abstract.git'; +resources 'repository' => 'https://github.com/dbsrgits/sql-abstract/'; resources 'bugtracker' => 'http://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Abstract'; resources 'IRC' => 'irc://irc.perl.org/#dbix-class'; diff --git a/lib/SQL/Abstract.pm b/lib/SQL/Abstract.pm index 4279a9b..5735b4c 100644 --- a/lib/SQL/Abstract.pm +++ b/lib/SQL/Abstract.pm @@ -3071,13 +3071,27 @@ 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 +=head1 HOW TO CONTRIBUTE + +Contributions are always welcome, in all usable forms (we especially +welcome documentation improvements). The delivery methods include git- +or unified-diff formatted patches, GitHub pull requests, or plain bug +reports either via RT or the Mailing list. Contributors are generally +granted full access to the official repository after their first several +patches pass successful review. + +This project is maintained in a git repository. The code and related tools are +accessible at the following locations: =over -=item * gitweb: L +=item * Official repo: L + +=item * Official gitweb: L + +=item * GitHub mirror: L -=item * git: L +=item * Authorized committers: L =back