X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=54126ac86bc3b55d1798ccdf7e475ef206306d06;hb=c9cf9b4def5db80a79facea0eaba6dc32ac1e2c3;hp=a311d397b727760c0643b934320ed87bbb338d3b;hpb=35a87f0693c64b17d19bbd76adcf3a789180a344;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index a311d39..54126ac 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.06000'; +our $VERSION = '0.07001'; __PACKAGE__->mk_group_accessors('inherited', qw/ _loader_args @@ -516,6 +516,8 @@ schwern: Michael G. Schwern hobbs: Andrew Rodland +domm: Thomas Klausner + ... and lots of other folks. If we forgot you, please write the current maintainer or RT.