Skip to content

Commit

Permalink
Remove usage of stray Filter::signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Maischein committed Jul 14, 2024
1 parent 8dc25dd commit 77e5692
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion t/61-popup.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use warnings;
use Log::Log4perl ':easy';
use WWW::Mechanize::Chrome;
use Test::More;
use Filter::signatures;
use feature 'signatures';
no warnings 'experimental::signatures';

Expand Down
1 change: 0 additions & 1 deletion t/99-interactive-single-window.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ use warnings;
use Log::Log4perl qw(:easy);
use WWW::Mechanize::Chrome;
use Data::Dumper;
use Filter::signatures;
no warnings 'experimental::signatures';
use feature 'signatures';

Expand Down

0 comments on commit 77e5692

Please sign in to comment.