X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=ffddd90eed0b7673f5e47b6b274b5d989d8af4e3;hb=refs%2Fheads%2F0.08;hp=17db963af939c0c5aeb716ed28d900afa561aba7;hpb=9990e58f49603b81e3c1195c0e83595b0333c8df;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index 17db963..ffddd90 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.07000'; +our $VERSION = '0.08000'; __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.