Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Devel-Constants / pkg-descr
1 Declaring constants is very convenient for writing programs, but as
2 they're often inlined by Perl, retrieving their symbolic names can be
3 tricky.  This is made worse with low level modules that use constants for
4 bit-twiddling.
5
6 Devel::Constants makes this much more manageable.
7
8 It silently wraps around the constant module, intercepting all constant
9 declarations.  It builds a hash, associating the values to their names.
10 The names can then be retrieved as necessary.
11
12 WWW: http://search.cpan.org/dist/Devel-Constants/