Skip Menu |

This queue is for tickets about the Data-Random-String CPAN distribution.

Report information
The Basics
Id: 70122
Status: new
Priority: 0/
Queue: Data-Random-String

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

Bug Information
Severity: Normal
Broken in: 0.03
Fixed in: (no value)



Subject: Would be better interface if you could just import the function
Rather than having to invoke create_random_string as a class method, I think it would be better if you could just import the function: use Data::Random::String qw(create_random_string); $string = create_random_string( ... );