Name: | perl-enum |
---|---|
Version: | 1.11 |
Release: | 12.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 19587 |
License: | GPL+ or Artistic |
RPM: | perl-enum-1.11-12.el8.noarch.rpm |
Source RPM: | perl-enum-1.11-12.el8.src.rpm |
Build Date: | Fri Nov 01 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/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). |