Subject: | UNIVERSAL::can killed Template::Timer |
We've been forced to stub out UNIVERSAL::can due to the following bug:
$ perl -MUNIVERSAL::can -w -e 'use Template::Timer'
Died at
/home/poec01/branches/envscript/deps/perl5lib//Template/Timer.pm line 63.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
The offending line from Template::Timer (with the less than helpful
error message):
my $super = __PACKAGE__->can("SUPER::$sub") or die;
Cheers,
Ovid