Skip Menu |

This queue is for tickets about the Lingua-EN-CommonMistakes CPAN distribution.

Report information
The Basics
Id: 109668
Status: new
Priority: 0/
Queue: Lingua-EN-CommonMistakes

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

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



Subject: Feature request: API for getting hash
Hi, It would be nice to have some API for getting hash without installing it as a global variable into caller's namespace. use Lingua::EN::CommonMistakes qw{ mistakes }; my %american = mistakes( qw{ :american } ); ... my %british = mistakes( qw{ :british } ); Thanks.