X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=3961dfd9e99567eba02996a4c0075454266afbcb;hb=802a117545a5bd1a5d20152835a3aa7fb2e7b39f;hp=3d61e25582824ab8647c51489c169169ff56634d;hpb=a6900c9127d90a9bec26228a16f68a11cc13fb1d;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index 3d61e25..3961dfd 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -16,7 +16,7 @@ use namespace::clean; # 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.07039'; +our $VERSION = '0.07041'; __PACKAGE__->mk_group_accessors('inherited', qw/ _loader_args @@ -675,6 +675,10 @@ andrewalker: André Walker mattp: Matt Phillips +Dag-Erling Smørgrav + +moritz: Moritz Lenz + ... and lots of other folks. If we forgot you, please write the current maintainer or RT.