File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ BEGIN {
7
7
unless DBIx::Class::Optional::Dependencies-> req_ok_for (' admin' );
8
8
}
9
9
10
+ use JSON::Any qw( DWIW PP JSON CPANEL XS) ;
10
11
use Moose;
11
12
use MooseX::Types::Moose qw/ Int Str Any Bool/ ;
12
13
use DBIx::Class::Admin::Types qw/ DBICConnectInfo DBICHashRef/ ;
13
14
use MooseX::Types::JSON qw( JSON) ;
14
15
use MooseX::Types::Path::Class qw( Dir File) ;
15
16
use MooseX::Types::LoadableClass qw( LoadableClass) ;
16
17
use Try::Tiny;
17
- use JSON::Any qw( DWIW XS JSON) ;
18
18
use namespace::autoclean;
19
19
20
20
=head1 NAME
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use Carp ();
12
12
# Makefile.PL in $AUTHOR mode
13
13
14
14
my $json_any = {
15
- ' JSON::Any' => ' 1.22 ' ,
15
+ ' JSON::Any' => ' 1.23 ' ,
16
16
};
17
17
18
18
my $moose_basic = {
@@ -196,7 +196,10 @@ my $reqs = {
196
196
test_admin_script => {
197
197
req => {
198
198
%$admin_script ,
199
+ ' JSON::Any' => ' 1.30' ,
199
200
' JSON' => 0,
201
+ ' JSON::PP' => 0,
202
+ ' Cpanel::JSON::XS' => 0,
200
203
' JSON::XS' => 0,
201
204
$^O eq ' MSWin32'
202
205
# for t/admin/10script.t
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ $ENV{PATH} = '';
22
22
$ENV {PERL5LIB } = join ($Config {path_sep }, @INC );
23
23
24
24
require JSON::Any;
25
- my @json_backends = qw/ XS JSON DWIW / ;
25
+ my @json_backends = qw( DWIW PP JSON CPANEL XS ) ;
26
26
27
27
# test the script is setting @INC properly
28
28
test_exec (qw| -It/lib/testinclude --schema=DBICTestAdminInc --connect=[] --insert| );
You can’t perform that action at this time.
0 commit comments