freebsd-ports/devel/p5-B-Flags/pkg-descr
Muhammad Moinur Rahman 454e7161a9 [New Port] devel/p5-B-Flags: Friendlier flags for B
Friendlier flags for B

By default, "$foo->flags" when passed an object in the "B" class will
produce a relatively meaningless number, which one would need to grovel
through the Perl source code in order to do anything useful with. This
module adds "flagspv" to the SV and op classes and "privatepv" to the op
classes, which makes them easier to understand.

WWW: http://search.cpan.org/dist/B-Flags/

PR:		196688
Submitted by:	svysh.fbsd@gmail.com
Approved by:	bapt marino (implicit)
2015-02-11 11:25:36 +00:00

9 lines
401 B
Text

Friendlier flags for B
By default, "$foo->flags" when passed an object in the "B" class will
produce a relatively meaningless number, which one would need to grovel
through the Perl source code in order to do anything useful with. This
module adds "flagspv" to the SV and op classes and "privatepv" to the op
classes, which makes them easier to understand.
WWW: http://search.cpan.org/dist/B-Flags/