X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=72af2bdd0ec4a4c3017fd58fcde7c7198b877bc3;hb=054235c6e14cfa7e89ededa14282650b20c3397e;hp=b32efe40b4117d779d44b0c1a2624adaa388cb37;hpb=4e803ec9430d2876f4e0e3345ce148a8b9b47c7f;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index b32efe4..72af2bd 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -61,6 +61,8 @@ The community can be found via: =over +=item * Web Site: L + =item * IRC: irc.perl.org#dbix-class =for html @@ -195,7 +197,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 +298,8 @@ hobbs: Andrew Rodland ilmari: Dagfinn Ilmari MannsEker +initself: Mike Baas + jasonmay: Jason May jesper: Jesper Krogh