clsung 2007-05-25 07:12:32 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/p5-Method-Alias Makefile distinfo pkg-descr pkg-plist
Log:
Method::Alias is designed to be used as a pragma, to which you provide a
set of pairs of method names. Only very minimal checking is done, if you
wish to create infinite loops or what have you, you are more than
welcome to shoot yourself in the foot.
# Add a single method alias
use Method::Alias 'foo' => 'bar';
# Add several method aliases
use Method::Alias 'a' => 'b',
'c' => 'd',
'e' => 'f';
WWW: http://search.cpan.org/dist/Method-Alias
Revision Changes Path
1.2756 +1 -0 ports/devel/Makefile
1.1 +22 -0 ports/devel/p5-Method-Alias/Makefile (new)
1.1 +3 -0 ports/devel/p5-Method-Alias/distinfo (new)
1.1 +14 -0 ports/devel/p5-Method-Alias/pkg-descr (new)
1.1 +5 -0 ports/devel/p5-Method-Alias/pkg-plist (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"