X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FOptional%2FDependencies.pm;h=d6733807393853ecb87d1221c30774bfde6a82c5;hb=topic%2Fmooification%2Btype-tiny;hp=dfe78e5d37f45bb62edca78515ee02fdb95d343b;hpb=1e1cc55ea27a0f41b4f300b41de94e4d2f45d12d;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index dfe78e5..d673380 100644 --- a/lib/DBIx/Class/Optional/Dependencies.pm +++ b/lib/DBIx/Class/Optional/Dependencies.pm @@ -21,14 +21,6 @@ sub croak { # POD is generated automatically by calling _gen_pod from the # Makefile.PL in $AUTHOR mode -# *DELIBERATELY* not making a group for these - they must disappear -# forever as optdeps in the first place -my $moose_basic = { - 'Moose' => '0.98', - 'MooseX::Types' => '0.21', - 'MooseX::Types::LoadableClass' => '0.011', -}; - my $dbic_reqs = { # NOTE: the rationale for 2 JSON::Any versions is that @@ -105,12 +97,7 @@ my $dbic_reqs = { }, admin => { - include => '_json_any', - req => { - %$moose_basic, - 'MooseX::Types::Path::Class' => '0.05', - 'MooseX::Types::JSON' => '0.02', - }, + include => [qw(_json_any _types_common)], pod => { title => 'DBIx::Class::Admin', desc => 'Modules required for the DBIx::Class administrative library',