X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=a0a090df45aaf17ef0d3a9f5890bd635bb7fd24d;hb=9aa2ba09e8493a60dfb6f9ef77bb56421650f7e9;hp=a605676c9d8d4a0c37ce3f751a031f850d93661e;hpb=868a7b264bff6ab391094079c1a631281cacef0b;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index a605676..a0a090d 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.08121_01'; +$VERSION = '0.08123'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -61,16 +61,18 @@ The community can be found via: =over -=item * IRC: L +=item * IRC: irc.perl.org#dbix-class + +=for html +(click for instant chatroom login) =item * Mailing list: L =item * RT Bug Tracker: L -=item * SVNWeb: L +=item * gitweb: L -=item * SVN: L +=item * git: L =back @@ -225,6 +227,8 @@ abraxxa: Alexander Hartmaier aherzog: Adam Herzog +Alexander Keusch + amoore: Andrew Moore andyg: Andy Grundman @@ -279,6 +283,8 @@ gphat: Cory G Watson groditi: Guillermo Roditi +Haarg: Graham Knop + hobbs: Andrew Rodland ilmari: Dagfinn Ilmari MannsEker