search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
406 B
Text
9 lines
406 B
Text
Class::Constant allows you declaratively created so-called "constant
|
|
classes". These are very much like enumerated types (as close as a
|
|
typeless language like Perl can get, at least).
|
|
|
|
The classes generated by this module are modeled closely after Java's
|
|
"typesafe enumeration" pattern, but with some added spice to make them
|
|
more useful to Perl programs.
|
|
|
|
WWW: https://metacpan.org/release/Class-Constant
|