X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=b2c38d1e6bea85cdf7d3ba5411b2522eebd3f9e4;hb=86a23587c7464cf3768f75a0a295155fbf4b9afe;hp=aa7971588ca64a6bd0c455fa9cb0db24febf6e53;hpb=0d8817bcb744bb46adf787f359f34e49b092d42e;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index aa79715..b2c38d1 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -11,7 +11,7 @@ our $VERSION; # $VERSION declaration must stay up here, ahead of any other package # declarations, as to not confuse various modules attempting to determine # this ones version, whether that be s.c.o. or Module::Metadata, etc -$VERSION = '0.08203_01'; +$VERSION = '0.08204'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -108,8 +108,6 @@ The community can be found via: =over -=item * Web Site: L - =item * IRC: irc.perl.org#dbix-class =for html @@ -117,13 +115,25 @@ The community can be found via: =item * Mailing list: L +=item * Twitter L + +=item * Web Site: L + =item * RT Bug Tracker: L -=item * gitweb: L +=back + +The project is maintained in a git repository, accessible from the following sources: + +=over =item * git: L -=item * twitter L +=item * gitweb: L + +=item * github mirror: L + +=item * authorized committers: L =back @@ -283,6 +293,8 @@ aherzog: Adam Herzog Alexander Keusch +alexrj: Alessandro Ranellucci + alnewkirk: Al Newkirk amiri: Amiri Barksdale @@ -403,6 +415,8 @@ michaelr: Michael Reddick milki: Jonathan Chu +mjemmeson: Michael Jemmeson + mstratman: Mark A. Stratman ned: Neil de Carteret