X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=7b889720312c2d0e9a26374831c0cfed0f5eafa5;hb=8d65c820c75aa98d34c0b884596ff1b571008b86;hp=54b517fb449c7459b6f3dfd70820b078eda5b8c0;hpb=3bdcf490c99abda52aea5346fddb6f9f6c43bb2c;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index 54b517f..7b88972 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.07008'; +our $VERSION = '0.07009'; __PACKAGE__->mk_group_accessors('inherited', qw/ _loader_args @@ -524,6 +524,8 @@ spb: Stephen Bennett Matias E. Fernandez +mstratman: Mark A. Stratman + ... and lots of other folks. If we forgot you, please write the current maintainer or RT.