+ Set alternative mode for options (for performance)

This commit is contained in:
garnier-quentin 2015-12-01 14:02:20 +01:00
parent 43b036939c
commit a3429ea271

View File

@ -25,7 +25,7 @@ use Pod::Find qw(pod_where);
use strict; use strict;
use warnings; use warnings;
my $alternative = 0; my $alternative = 1;
sub new { sub new {
my $class = shift; my $class = shift;