X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass.pm;h=4139212bf5555b050ec4caca1eb9f5b8cdd6be95;hb=2a2a7b236736a0ed34fb60ccd1265f933393aa43;hp=032f79d0a1850992ba35794103017eb3bf1e8b86;hpb=e3194e31ae2f6047668d453f958d32f2a67ba6d8;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 032f79d..4139212 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.08123_01'; +$VERSION = '0.08123_02'; $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases @@ -74,6 +74,8 @@ The community can be found via: =item * git: L +=item * twitter L + =back =head1 SYNOPSIS @@ -229,12 +231,16 @@ aherzog: Adam Herzog Alexander Keusch +amiri: Amiri Barksdale + amoore: Andrew Moore andyg: Andy Grundman ank: Andres Kievsky +arc: Aaron Crane + arcanez: Justin Hunter ash: Ash Berlin @@ -399,6 +405,8 @@ willert: Sebastian Willert wreis: Wallace Reis +yrlnry: Mark Jason Dominus + zamolxes: Bogdan Lucaciu =head1 COPYRIGHT