X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=7324be59df334f26aa60e5721a4417b809abbb4b;hb=716870937ce4575f397fd50b9cf5c54d260f97cc;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..7324be5 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -4,13 +4,13 @@ use strict; use warnings; use base qw/DBIx::Class::Schema Class::Accessor::Grouped/; use Carp::Clan qw/^DBIx::Class/; -use Class::C3; +use mro 'c3'; 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.07002'; __PACKAGE__->mk_group_accessors('inherited', qw/ _loader_args @@ -516,6 +516,12 @@ schwern: Michael G. Schwern 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.