perl-enum - C-style enumerated types and bitmask flags in Perl
Website: | http://search.cpan.org/dist/enum/ |
---|---|
License: | GPL+ or Artistic |
Vendor: | Fedora Project |
- Description:
This module is used to define a set of constants with ordered numeric values, similar to the enum type in the C programming language. You can also define bitmask constants, where the value assigned to each constant has exactly one bit set (e.g. 1, 2, 4, 8, etc).
Packages
perl-enum-1.10-1.el5.noarch [13 KiB] |
Changelog
by Denis Fateyev (2014-09-13):
- Initial release |