Skip to content

Commit

Permalink
Updating links to repositories, added GitHub mirror
Browse files Browse the repository at this point in the history
Modelled on the corresponding DBIC setup
  • Loading branch information
Rudolf Leermakers authored and ribasushi committed Sep 23, 2014
1 parent 13cc86a commit af73366
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -8,7 +8,7 @@ perl_version '5.006';
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 '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';

Expand Down
20 changes: 17 additions & 3 deletions lib/SQL/Abstract.pm
Expand Up @@ -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<http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/SQL-Abstract.git>
=item * Official repo: L<git://git.shadowcat.co.uk/dbsrgits/SQL-Abstract.git>
=item * Official gitweb: L<http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/SQL-Abstract.git>
=item * GitHub mirror: L<https://github.com/dbsrgits/sql-abstract>
=item * git: L<git://git.shadowcat.co.uk/dbsrgits/SQL-Abstract.git>
=item * Authorized committers: L<ssh://dbsrgits@git.shadowcat.co.uk/SQL-Abstract.git>
=back
Expand Down

0 comments on commit af73366

Please sign in to comment.