mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Merge pull request #13 from doughdemon/msgaccel
msg-accelprepare: work around Getopt::Long behavior change
This commit is contained in:
commit
fa013b70ab
@ -4,7 +4,7 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
use Locale::PO qw();
|
||||
use Getopt::Long qw(GetOptions :config bundling gnu_compat);
|
||||
use Getopt::Long qw(GetOptions :config bundling);
|
||||
use autouse 'Pod::Usage' => qw(pod2usage);
|
||||
use autouse 'File::Spec::Functions' => qw(catfile);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user