X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=7f72e29493f65ddd6297bd248837931c6700ae1a;hb=1f6715abcab925d1a45acfb51e7e9fffbad00c84;hp=6acc72c01ac6db39da078cc0f49e9d4f8b5ca042;hpb=3942ab4daea039828ef6298129c186349a3003a1;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 6acc72c..7f72e29 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -6,14 +6,14 @@ use warnings; use vars qw($VERSION); use base qw/DBIx::Class::Componentised/; -$VERSION = '0.02'; +$VERSION = '0.03001'; 1; =head1 NAME -DBIx::Class - Because the brain is a terrible thing to waste. +DBIx::Class - Extensible and flexible object <-> relational mapper. =head1 SYNOPSIS @@ -61,7 +61,7 @@ yo load the approriate PK::Auto subclass - e.g. interface) If you fancy playing around with DBIx::Class from scratch, then read the docs -for ::Table and ::Relationship, +for DBIx::Class::Table, ::Row, ::Schema, ::DB and ::Relationship, use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/Core DB/);