+ Set alternative mode for options (for performance)
This commit is contained in:
parent
49e99dd405
commit
5a2ed9a294
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue