X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=a6964fdffbc054ad3aace061f4668c462d94ddaa;hb=cb32addcb52096b251934c9e6163f1887aaca555;hp=b2bcb12b15ed426708eefdcbda573d71492051fa;hpb=3440100bc0455cf0e7ccbba03754a29ad26ec6d1;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index b2bcb12..a6964fd 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -67,8 +67,6 @@ sub DBIx::Class::_ENV_::HELP_URL () { __END__ -=encoding UTF-8 - =head1 NAME DBIx::Class - Extensible and flexible object <-> relational mapper. @@ -257,8 +255,10 @@ 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. +granted access to the official repository after their first several +patches pass successful review. Don't hesitate to +L either of the L with +any further questions you may have. =for comment FIXME: Getty, frew and jnap need to get off their asses and finish the contrib section so we can link it here ;) @@ -300,11 +300,27 @@ the root of this distribution (or repository). The canonical source of per-line authorship is the L history itself. -=head1 COPYRIGHT +=head1 CAT HERDERS + +The fine folks nudging the project in a particular direction: + +=over + +ribasushi: Peter Rabbitson +(present day maintenance and controlled evolution) + +castaway: Jess Robinson +(lions share of the reference documentation and manuals) + +mst: Matt S Trout (project founder - +original idea, architecture and implementation) + +=back -Copyright (c) 2005 the DBIx::Class L as listed above. +=head1 COPYRIGHT AND LICENSE -=head1 LICENSE +Copyright (c) 2005 by mst, castaway, ribasushi, and other DBIx::Class +L as listed above and in F. This library is free software and may be distributed under the same terms -as perl itself. +as perl5 itself. See F for the complete licensing terms.