freebsd-ports/devel/p5-B-Generate/pkg-descr

9 lines
370 B
Text
Raw Normal View History

Malcolm Beattie's B module allows you to examine the Perl op tree at
runtime, in Perl space; it's the basis of the Perl compiler. But what it
doesn't let you do is manipulate that op tree: it won't let you create
new ops, or modify old ones. Now you can.
Well, if you're intimately familiar with Perl's internals, you can.
WWW: http://search.cpan.org/dist/B-Generate/