JSON dep is needed for Admin.pm itself
Peter Rabbitson [Sat, 13 Feb 2010 13:39:24 +0000 (13:39 +0000)]
lib/DBIx/Class/Optional/Dependencies.pm

index 6870714..210cc04 100644 (file)
@@ -20,6 +20,7 @@ my $admin_basic = {
   %$moose_basic,
   'MooseX::Types::Path::Class' => '0.05',
   'MooseX::Types::JSON'        => '0.02',
+  'JSON::Any'                  => '1.22',
   'namespace::autoclean'       => '0.09',
   'parent'                     => '0.223',
 };
@@ -56,7 +57,6 @@ my $reqs = {
       %$moose_basic,
       %$admin_basic,
       'Getopt::Long::Descriptive' => '0.081',
-      'JSON::Any'                 => '1.22',
       'Text::CSV'                 => '1.16',
     },
     pod => {