CVSROOT:        /cvs
Module name:    ports
Changes by:     [EMAIL PROTECTED]       2008/08/20 07:44:29

Log message:
    import p5-Class-Method-Modifiers
    
    Method modifiers are a powerful feature from the CLOS (Common Lisp
    Object System) world.
    Class::Method::Modifiers provides three modifiers: before, around, and
    after.  before and after are run just before and after the method they
    modify, but can not really affect that original method.  around is run
    in place of the original method, with a hook to easily call that
    original method.
    
    Status:
    
    Vendor Tag: simon
    Release Tags:       simon_20080820
    
    N ports/devel/p5-Class-Method-Modifiers/Makefile
    N ports/devel/p5-Class-Method-Modifiers/distinfo
    N ports/devel/p5-Class-Method-Modifiers/pkg/PLIST
    N ports/devel/p5-Class-Method-Modifiers/pkg/DESCR
    
    No conflicts created by this import

Reply via email to