Skip to content

Commit

Permalink
pixload-png: fix case insensitive options
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Dec 6, 2021
1 parent 0bcb27d commit 7e419c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pixload-png
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ no warnings 'redefine';
use feature 'say';

use POSIX;
use Getopt::Long;
use Getopt::Long qw(:config no_ignore_case);
use File::Basename;

use constant PROGRAM => basename $0;
Expand Down

0 comments on commit 7e419c6

Please sign in to comment.