Skip to content

Commit

Permalink
Merge pull request #1 from haarg/remove-broken-import
Browse files Browse the repository at this point in the history
remove unused and broken import
  • Loading branch information
a3f authored Jul 22, 2023
2 parents 0ab7934 + 6083ec9 commit d371a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/adler32.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use Getopt::Long::Descriptive;


use utf8;
use Digest::Adler32 qw(adler32);
use Digest::Adler32;

=pod
Expand Down

0 comments on commit d371a8c

Please sign in to comment.