Skip Menu |

This queue is for tickets about the Template-Alloy CPAN distribution.

Report information
The Basics
Id: 97860
Status: new
Priority: 0/
Queue: Template-Alloy

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

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



The "register_function" sub is incorrect because it is a class method. The method should be like the following: sub register_function { my ($class, $name, $sub) = @_; $Template::Alloy::SCALAR_OPS->{$name} = $sub; }