turned off all warnings
This commit is contained in:
parent
93ae090f33
commit
359514ec28
|
@ -3,7 +3,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
# turn off warnings so as not to confuse people
|
# turn off warnings so as not to confuse people
|
||||||
# unless debugging, etc.
|
# unless debugging, etc.
|
||||||
use warnings;
|
#use warnings;
|
||||||
use feature qw( switch );
|
use feature qw( switch );
|
||||||
require 5.010;
|
require 5.010;
|
||||||
no if $] ge '5.018', warnings => "experimental::smartmatch";
|
no if $] ge '5.018', warnings => "experimental::smartmatch";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user