Name: | perl-enum |
---|---|
Version: | 1.11 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 20292 |
License: | GPL+ or Artistic |
RPM: | perl-enum-1.11-1.el7.noarch.rpm |
Source RPM: | perl-enum-1.11-1.el7.src.rpm |
Build Date: | Thu Nov 02 2017 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/enum/ |
Summary: | C-style enumerated types and bitmask flags in Perl |
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). |