X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=bec081e0678f217d25ebffee72932ffbeb20a0b6;hb=4e793de74348432fc7d185641bac24a47005e01e;hp=70e461754fa017df6b8e4272e3717230673344e7;hpb=6b1d4f76b756e4b4119153a1f1e8a7bd59ad4e87;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index 70e4617..bec081e 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.07001'; +our $VERSION = '0.07004'; __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.