pkgsrc-wip/p5-Sub-Override/PLIST
Roman Kulik c15844f0f3 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/
2006-03-09 17:47:45 +00:00

1 line
69 B
Text

@comment $NetBSD: PLIST,v 1.1.1.1 2006/03/09 17:47:45 kuli0020 Exp $