Closed snoopyjc closed 1 year ago
Implement use warnings FATAL => qw(numeric);
Examples:
use warnings FATAL => qw(numeric); use warnings FATAL => 'all'; use warnings FATAL => 'numeric'; use warnings 'FATAL';
Implemented in 1.029
Implement use warnings FATAL => qw(numeric);
Examples: