Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-SUPER: Sane superclass method dispatcher
- Summary
- When subclassing a class, you occasionally want to dispatch control to the
superclass -- at least conditionally and temporarily. This module provides
an easier, cleaner way for class methods to access their ancestor's
implementation.
Changelog
- * Tue Oct 3 17:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.15-1
- update to 1.15
- add explict requires on perl(Exporter); missed due to a use base construct
- * Thu Sep 7 17:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.14-4
- bump
- * Thu Sep 7 17:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.14-3
- update %description and %summary