X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=98dc34abde68cec71ba4fa205cfcbb589c72f8a0;hb=748ab0dca771812bd2c733366fe91c561cd4afbf;hp=e4875e8edca8bd7d134ac14a78208426b4d43ab8;hpb=8cfef6f5fc9c98e22dea0c059f3e551edc115960;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index e4875e8..98dc34a 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -24,7 +24,9 @@ sub component_base_class { 'DBIx::Class' } # 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.08008'; +$VERSION = '0.08099_01'; + +$VERSION = eval $VERSION; # numify for warning-free dev releases sub MODIFY_CODE_ATTRIBUTES { my ($class,$code,@attrs) = @_; @@ -218,6 +220,8 @@ clkao: CL Kao da5id: David Jack Olrik +debolaz: Anders Nor Berle + dkubb: Dan Kubb dnm: Justin Wheeler @@ -254,6 +258,8 @@ ningu: David Kamholz Numa: Dan Sully +oyse: Øystein Torget + paulm: Paul Makepeace penguin: K J Cheetham @@ -264,6 +270,8 @@ phaylon: Robert Sedlacek quicksilver: Jules Bean +rdj: Ryan D Johnson + sc_: Just Another Perl Hacker scotty: Scotty Allen @@ -272,6 +280,8 @@ semifor: Marc Mims sszabo: Stephan Szabo +teejay : Aaron Trevena + Todd Lipcon Tom Hukins