pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/p5-Sub-Override



Module name:    wip
Committed by:   kuli0020
Date:           Thu Mar  9 17:47:45 UTC 2006

Import into wip/p5-Sub-Override

Log Message:
Sub::Override allows the programmer to simply name the sub to replace
and to supply a sub to replace it with.

  my $override = Sub::Override->new('Some::sub', sub {'new data'});

    # which is equivalent to:
      my $override = Sub::Override->new;
        $override->replace('Some::sub', sub { 'new data' });

        WWW: http://search.cpan.org/dist/Sub-Override/


Status:

Vendor Tag:     KULI0020
Release Tags:   KULI0020_20060309
                
N wip/p5-Sub-Override/DESCR
N wip/p5-Sub-Override/distinfo
N wip/p5-Sub-Override/PLIST
N wip/p5-Sub-Override/Makefile

No conflicts created by this import



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs



Home | Main Index | Thread Index | Old Index