X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=bec081e0678f217d25ebffee72932ffbeb20a0b6;hb=4e793de74348432fc7d185641bac24a47005e01e;hp=2f886ee356cc4c5c0d321a2d0ca6311f0b810b0b;hpb=f671b6308c4f2210255b2eaa12fc47a49621d436;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index 2f886ee..bec081e 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -10,7 +10,7 @@ use Scalar::Util qw/ weaken /; # 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 -our $VERSION = '0.07002'; +our $VERSION = '0.07004'; __PACKAGE__->mk_group_accessors('inherited', qw/ _loader_args @@ -518,6 +518,10 @@ hobbs: Andrew Rodland domm: Thomas Klausner +spb: Stephen Bennett + +Matias E. Fernandez + ... and lots of other folks. If we forgot you, please write the current maintainer or RT.