Skip to content

Commit

Permalink
Move to experimental.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Maischein committed Jun 1, 2024
1 parent 6b87f39 commit af1174c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/crawler.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use 5.020;
use COWS::Crawler;
use feature 'signatures';
no warnings 'experimental::signatures';
use experimental 'signatures';
use experimental 'try';

use COWS 'scrape';
Expand Down

0 comments on commit af1174c

Please sign in to comment.