X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=98dc34abde68cec71ba4fa205cfcbb589c72f8a0;hb=748ab0dca771812bd2c733366fe91c561cd4afbf;hp=61b7d0790257489b2d856538b24b778e78e2cd01;hpb=bf356c54cb701598204fead52da668066f41edbc;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 61b7d07..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.08009'; +$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 @@ -266,6 +270,8 @@ phaylon: Robert Sedlacek quicksilver: Jules Bean +rdj: Ryan D Johnson + sc_: Just Another Perl Hacker scotty: Scotty Allen @@ -274,6 +280,8 @@ semifor: Marc Mims sszabo: Stephan Szabo +teejay : Aaron Trevena + Todd Lipcon Tom Hukins