Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Spiffy CPAN distribution.

Report information
The Basics
Id: 12061
Status: new
Priority: 0/
Queue: Spiffy

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

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



Subject: super reports no error when there is no method in any of the super classes
If you call super, but none of the parents classes containing the calling method, Spiffy reports no error. Perl's SUPER does. This presents itself as an issue if you try to add a hook to a non-existent method: since the default code is to create the method in the current class and call super on it. It would be spiffy if spiffy would let the caller know they messed up.