+ Set alternative mode for options (for performance)

This commit is contained in:
garnier-quentin 2015-12-01 14:02:20 +01:00
parent 49e99dd405
commit 5a2ed9a294
1 changed files with 1 additions and 1 deletions

View File

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