From: Marius Gavrilescu Date: Sat, 1 Feb 2014 19:59:24 +0000 (+0200) Subject: Add require_order to Getopt::Long configuration in gruntmaster-problem X-Git-Tag: 5999.000_001~5 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=commitdiff_plain;h=0d2f89871c26e28abeee506b4cc1741d94e436ca Add require_order to Getopt::Long configuration in gruntmaster-problem --- diff --git a/gruntmaster-problem b/gruntmaster-problem index e5a02d8..a03b093 100755 --- a/gruntmaster-problem +++ b/gruntmaster-problem @@ -7,7 +7,7 @@ use Gruntmaster::Page::Submit; use IO::Prompter [ -style => 'bold', '-stdio', '-verbatim' ]; use File::Slurp qw/read_file/; use Term::ANSIColor qw/RED RESET/; -use Getopt::Long qw/GetOptions/; +use Getopt::Long qw/:config require_order/; ##################################################