X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=6d086cc37eb0c14d52c164a6f8c8c0de7e562108;hb=refs%2Ftags%2Fv0.08124;hp=057d0ccb2b1daa0b5ca355c4c65c7f0b9d7290d6;hpb=ca734bc9e924bbf653bba6deb63c4e0ad6d6cf77;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 057d0cc..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.08123_03'; +$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.