Skip to content

Commit

Permalink
Merge pull request #21 from chorny/patch-1
Browse files Browse the repository at this point in the history
correct version of Test::Warnings
  • Loading branch information
tobyink committed Feb 8, 2017
2 parents e0c9f96 + 7df3715 commit a39e21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/20-unit/Type-Utils/warnings.t
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use lib qw( ./lib ./t/lib ../inc ./inc );

use Test::More;
use Test::Requires '5.014';
use Test::Requires 'Test::Warnings';
use Test::Requires { 'Test::Warnings' => 0.005 }; #warnings added in this version
use Test::Warnings qw( :no_end_test warnings );

use Type::Library -base, -declare => qw/WholeNumber/;
Expand Down

0 comments on commit a39e21c

Please sign in to comment.