X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=41eacb1789e1c127906179e25363d81a824791fb;hb=ec6415a9f63389db5a76f593c2d1686015ca95cd;hp=057d0ccb2b1daa0b5ca355c4c65c7f0b9d7290d6;hpb=29012ff3a2d1cdad7a912e5031949332b3fe993d;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 057d0cc..41eacb1 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 @@ -195,7 +195,8 @@ resultset is used as an iterator it only fetches rows off the statement handle as requested in order to minimise memory usage. It has auto-increment support for SQLite, MySQL, PostgreSQL, Oracle, SQL Server and DB2 and is known to be used in production on at least the first four, and is fork- -and thread-safe out of the box (although your DBD may not be). +and thread-safe out of the box (although +L). This project is still under rapid development, so large new features may be marked EXPERIMENTAL - such APIs are still usable but may have edge bugs. @@ -295,6 +296,8 @@ hobbs: Andrew Rodland ilmari: Dagfinn Ilmari MannsEker +initself: Mike Baas + jasonmay: Jason May jesper: Jesper Krogh