From 0d2f89871c26e28abeee506b4cc1741d94e436ca Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 1 Feb 2014 21:59:24 +0200 Subject: [PATCH] Add require_order to Getopt::Long configuration in gruntmaster-problem --- gruntmaster-problem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/; ################################################## -- 2.30.2