X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=dc42f38f8535f22242e64c8ae2443517555f1dcb;hb=4e0a89e400d865458081bc5af9e0eedf349f60de;hp=f1dc5386e1e6c382d7d76118326af29b1cb0eb1d;hpb=59187a3bbcf176df838b00489cb0dfc592679aad;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index f1dc538..dc42f38 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.08124'; +$VERSION = '0.08126'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -256,6 +256,8 @@ blblack: Brandon L. Black bluefeet: Aran Deltac +bphillips: Brian Phillips + boghead: Bryan Beeley bricas: Brian Cassidy @@ -286,6 +288,8 @@ dwc: Daniel Westermann-Clark dyfrgi: Michael Leuchtenburg +freetime: Bill Moseley + frew: Arthur Axel "fREW" Schmidt goraxe: Gordon Irving @@ -322,6 +326,8 @@ kaare: Kaare Rasmussen konobi: Scott McWhirter +littlesavage: Alexey Illarionov + lukes: Luke Saunders marcus: Marcus Ramberg @@ -382,6 +388,8 @@ robkinyon: Rob Kinyon Roman: Roman Filippov +Sadrak: Felix Antonius Wilhelm Ostmann + sc_: Just Another Perl Hacker scotty: Scotty Allen @@ -396,6 +404,8 @@ Squeeks sszabo: Stephan Szabo +talexb: Alex Beamish + teejay : Aaron Trevena Todd Lipcon