X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=d473c2d55f5045b5519001fd5ce807ee956c1160;hb=34d52be2d55c86c6eddd2317157db7f2accbe810;hp=a67d2b78b3417f1180c3edca54dcd95c1b8d2f71;hpb=451517e7031ac72038f54a9750fac60dab0a4b3c;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index a67d2b7..d473c2d 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -10,3 +10,27 @@ use vars qw($VERSION); $VERSION = '0.01'; 1; + +=head1 NAME + +DBIx::Class - Because the brain is a terrible thing to waste. + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +This is a sql to oop mapper, inspired by the L framework, +and meant to support compability with it, while restructuring the +insides, and making it possible to support some new features like +self-joins, distinct, group bys and more. + +=head1 AUTHORS + +Matt S. Trout + +=head1 LICENSE + +You may distribute this code under the same terms as Perl itself. + +=cut +