Skip to content

Commit

Permalink
Test::Warnings 0.005 needed for warning()
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Oct 4, 2013
1 parent 45c81cf commit a9298be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Getopt-Long-Descriptive

{{$NEXT}}
- update version of Test::Warnings required
(thanks, Alexandr Ciornii!)

0.095 2013-09-26 20:32:55 America/New_York
- add the "shortcircuit" option option (thanks, Diab Jerius!)
Expand Down
2 changes: 1 addition & 1 deletion t/shortcircuit.t
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;

use Test::More;
use Test::Warnings qw[ warning ];
use Test::Warnings 0.005 qw[ warning ];
use Test::Fatal;

use Getopt::Long::Descriptive;
Expand Down

0 comments on commit a9298be

Please sign in to comment.