Skip Menu |

This queue is for tickets about the UNIVERSAL-can CPAN distribution.

Report information
The Basics
Id: 62121
Status: resolved
Priority: 0/
Queue: UNIVERSAL-can

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

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



Subject: UNIVERSAL::can breaks Template::Timer
$ perl -MUNIVERSAL::can -MTemplate::Timer -e 0 Died at /home/tim/trunk/perl/cpan/lib/perl5/Template/Timer.pm line 69. Template::Timer does: use base qw( Template::Context ); ... my $super = __PACKAGE__->can("SUPER::$sub") or die; Note that can is being called as a method.
I can't reproduce this as of 1.20110613. Please reopen if you can.