perl-SUPER 1.17

Sane superclass method dispatcher
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.