Subject: | disabling exporting does not work |
The docs say to set 'Export' to an empty string to disable exporting,
however the code reads as:
$args{Export} ||= 'loc';
where it should be:
$args{Export} //= 'loc';
This queue is for tickets about the Locale-Maketext-Simple CPAN distribution.
The Basics
People
|
Bug Information
|