Declare dep on JSON::Any rather than JSON.
[dbsrgits/DBIx-Class.git] / script / dbicadmin
index 6a9fb9b..2c92842 100755 (executable)
@@ -4,7 +4,7 @@ use warnings;
 
 use Getopt::Long;
 use Pod::Usage;
-use JSON::Any qw(JSON);
+use JSON::Any;
 
 
 my $json = JSON::Any->new(allow_barekey => 1, allow_singlequote => 1);