X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FOptional%2FDependencies.pm;fp=lib%2FDBIx%2FClass%2FOptional%2FDependencies.pm;h=b121793bee2a4a0609bb8be5992f537239203887;hb=80666849eafc546f4a3865933211d64dc232677a;hp=87254da3da413fb11197a89a04b9bf574076a6be;hpb=751a68cca30c1f4f5043e692d57c9fc454686350;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Optional/Dependencies.pm b/lib/DBIx/Class/Optional/Dependencies.pm index 87254da..b121793 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 @@ -84,7 +76,9 @@ my $dbic_reqs = { }, replicated => { - req => $moose_basic, + req => { + 'Class::Load' => '0.20', + }, pod => { title => 'Storage::Replicated', desc => 'Modules required for L', @@ -93,9 +87,6 @@ my $dbic_reqs = { test_replicated => { include => 'replicated', - req => { - 'Test::Moose' => '0', - }, }, admin => {