Skip Menu |

This queue is for tickets about the Locale-Maketext-Simple CPAN distribution.

Report information
The Basics
Id: 28175
Status: new
Priority: 0/
Queue: Locale-Maketext-Simple

People
Owner: Nobody in particular
Requestors: konobi [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



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';