Binary package “libclass-type-enum-perl” in ubuntu noble

module to build enum-like classes

 Class::Type::Enum is a class builder for type-like classes to represent
 enumerated values. In particular, it was built to scratch an itch with
 DBIx::Class value inflation.
 .
 Inflate DBIC columns into instances of your Class::Type::Enum classes. The
 storage data_type doesn't matter here, only whether or not enums should
 inflate/deflate to symbols (strings) or ordinals (integers).