X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FDB.pm;h=a54ba0d1a03b6e46f0abfbaeda3b490c265f65df;hb=34d52be2d55c86c6eddd2317157db7f2accbe810;hp=1df8835b8d219ad17b8e2829b4f42fbd34696760;hpb=451517e7031ac72038f54a9750fac60dab0a4b3c;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/DB.pm b/lib/DBIx/Class/DB.pm index 1df8835..a54ba0d 100644 --- a/lib/DBIx/Class/DB.pm +++ b/lib/DBIx/Class/DB.pm @@ -7,6 +7,22 @@ __PACKAGE__->mk_classdata('_dbi_connect_info'); __PACKAGE__->mk_classdata('_dbi_connect_package'); __PACKAGE__->mk_classdata('_dbh'); +=head1 NAME + +DBIx::Class::DB - DBIx::Class Database connection + +=head1 SYNOPSIS + +=head1 DESCRIPTION + +This class represents the connection to the database + +=head1 METHODS + +=over 4 + +=cut + sub _get_dbh { my ($class) = @_; my $dbh; @@ -35,3 +51,16 @@ sub connection { } 1; + +=back + +=head1 AUTHORS + +Matt S. Trout + +=head1 LICENSE + +You may distribute this code under the same terms as Perl itself. + +=cut +