Add require_order to Getopt::Long configuration in gruntmaster-problem
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 1 Feb 2014 19:59:24 +0000 (21:59 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 1 Feb 2014 19:59:24 +0000 (21:59 +0200)
gruntmaster-problem

index e5a02d8fb2fbc7d099c7c6e02ff3f6ccc9f9da3e..a03b09396b3e490330f02bb9ce233951aa3c8850 100755 (executable)
@@ -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/;
 
 ##################################################
 
This page took 0.011039 seconds and 4 git commands to generate.