X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=6d086cc37eb0c14d52c164a6f8c8c0de7e562108;hb=95965b44c7eb46ed94014a98b7b9e9af023edc44;hp=9bb07a863be27f3db6e628cda5a67805601bb51b;hpb=90d753b959561f168acf1db0e9079b0630317062;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 9bb07a8..6d086cc 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -27,7 +27,7 @@ sub component_base_class { 'DBIx::Class' } # Always remember to do all digits for the version even if they're 0 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too -$VERSION = '0.08122_01'; +$VERSION = '0.08124'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -51,6 +51,8 @@ sub _attr_cache { 1; +Git-season is OPEN! Ask about 'dbic commit?', and get busy :) | DBIC: 0.08124, Schema::Loader: 0.07002 | NO PASTING, use http://paste.scsys.co.uk | Query syntax is perldoc SQL::Abstract | "many_to_many" is not a relationship | DBIC_TRACE=1 | chainsaw delegates - DBIC: ribasushi, Schema::Loader: ribasushi | < dnm> MySQL is a piece of horsesnot. + =head1 NAME DBIx::Class - Extensible and flexible object <-> relational mapper. @@ -64,7 +66,7 @@ The community can be found via: =item * IRC: irc.perl.org#dbix-class =for html -(click for instant chatroom login) +(click for instant chatroom login) =item * Mailing list: L @@ -74,6 +76,8 @@ The community can be found via: =item * git: L +=item * twitter L + =back =head1 SYNOPSIS @@ -229,12 +233,16 @@ aherzog: Adam Herzog Alexander Keusch +amiri: Amiri Barksdale + amoore: Andrew Moore andyg: Andy Grundman ank: Andres Kievsky +arc: Aaron Crane + arcanez: Justin Hunter ash: Ash Berlin @@ -345,10 +353,14 @@ phaylon: Robert Sedlacek plu: Johannes Plunien +Possum: Daniel LeWarne + quicksilver: Jules Bean rafl: Florian Ragwitz +rainboxx: Matthias Dietrich + rbo: Robert Bohne rbuels: Robert Buels @@ -395,9 +407,9 @@ willert: Sebastian Willert wreis: Wallace Reis -zamolxes: Bogdan Lucaciu +yrlnry: Mark Jason Dominus -Possum: Daniel LeWarne +zamolxes: Bogdan Lucaciu =head1 COPYRIGHT