Skip to content

Commit

Permalink
Remove Mojo::Util prereq, which the tests don't need (but the utils d…
Browse files Browse the repository at this point in the history
…o) (#168)
  • Loading branch information
briandfoy committed Nov 18, 2024
1 parent db8a1da commit 6610576
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ my %WriteMakefile = (
# cpanfile exists
'TEST_REQUIRES' => {
'Data::Rx' => '0',
'Mojo::Util' => '0',
'Test::More' => '1',
'YAML::XS' => '0',
},
Expand Down
2 changes: 0 additions & 2 deletions xt/validate.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use Test::More;

use Data::Rx;
use Mojo::Util;
use YAML::XS;


Expand Down Expand Up @@ -199,7 +198,6 @@ foreach my $file ( sort @files ) {
subtest $file => sub {
my $data = eval { YAML::XS::LoadFile( $file ) };
ok defined $data, "Loaded YAML data";
# diag( Mojo::Util::dumper($data) );
isa_ok $data, ref {};

eval { $schema->assert_valid($data) };
Expand Down

0 comments on commit 6610576

Please sign in to comment.