Subject: | Bug in new() method |
This:
my($class, %opts) = shift;
should be:
my($class, %opts) = @_;
to be compliant with the documentation (and to what can be seen in
new()'s code).
Cheers,
Flavio.
This queue is for tickets about the WWW-Tumblr CPAN distribution.
The Basics
People
|
Bug Information
|