Skip to content

Commit

Permalink
Fix bugs in Perl versions >5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
billzt authored Jun 27, 2020
1 parent a1a2bc9 commit dd881e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gff3sort.pl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Sort::Naturally qw/nsort/; ###### https://metacpan.org/pod/Sort::Naturally
use Sort::Topological qw/toposort/; ###### https://metacpan.org/pod/Sort::Topological
use Pod::Usage;
use experimental qw/smartmatch/;
no if ($] >= 5.018), 'warnings' => 'experimental';

############ Usage ############
my $help;
Expand Down

0 comments on commit dd881e1

Please sign in to comment.