Jump to letter: [
          
            9ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        perl-SUPER - 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.
 
        
        
        Packages
        
            
                | Name | 
                Version | 
                Release | 
                Type | 
                Size | 
                Built | 
            
            
                | perl-SUPER | 
                1.16 | 
                1.fc6 | 
                src | 
                10 KiB | 
                Wed Apr 18 18:31:13 2007 | 
            
        
        Changelog
        
            - * Wed Apr  4 18:00:00 2007 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.16-1
 
            - update to 1.16
 
        
            - * Tue Oct  3 18: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 18:00:00 2006 Chris Weyl <cweyl{%}alumni{*}drew{*}edu> 1.14-4
 
            - bump