X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=b532e0472aae392bdc3990dbaff3cc78cf2216ee;hb=6ed05cfdb2df0e0acbc3cb580edf7914391f0752;hp=6e335254471c7e998505b0997312be7f84b0e7ba;hpb=97ad6fb87893f91c8e7ab2bb043bff5e066d454c;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 6e33525..b532e04 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -135,38 +135,6 @@ list below is sorted by "fastest response time": =back -=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 patch -passes successful review. - -=for comment -FIXME: Getty, frew and jnap need to get off their asses and finish the contrib section so we can link it here ;) - -This project is maintained in a git repository. The code and related tools are -accessible at the following locations: - -=over - -=item * Official repo: L - -=item * Official gitweb: L - -=item * GitHub mirror: L - -=item * Authorized committers: L - -=item * Travis-CI log: L - -=for html -
↪ Stable branch CI status: - -=back - =head1 SYNOPSIS Create a schema class called MyApp/Schema.pm: @@ -301,6 +269,38 @@ The test suite is quite substantial, and several developer releases are generally made to CPAN before the branch for the next release is merged back to trunk for a major release. +=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 patch +passes successful review. + +=for comment +FIXME: Getty, frew and jnap need to get off their asses and finish the contrib section so we can link it here ;) + +This project is maintained in a git repository. The code and related tools are +accessible at the following locations: + +=over + +=item * Official repo: L + +=item * Official gitweb: L + +=item * GitHub mirror: L + +=item * Authorized committers: L + +=item * Travis-CI log: L + +=for html +↪ Stable branch CI status: + +=back + =head1 AUTHOR mst: Matt S. Trout