Disallow GNU command line option abbreviation

This commit is contained in:
Alessandro Ranellucci 2012-01-27 15:29:46 +01:00
parent 2151457d9e
commit 7305b6da88

View File

@ -8,7 +8,7 @@ BEGIN {
use lib "$FindBin::Bin/lib";
}
use Getopt::Long;
use Getopt::Long qw(:config no_auto_abbrev);
use Slic3r;
use XXX;
$|++;