libclass-type-enum-perl 0.014-2 source package in Ubuntu

Changelog

libclass-type-enum-perl (0.014-2) unstable; urgency=medium

  * Team upload.
  * Update short and long description.
  * Add test dependency on libtype-tiny-perl to activate another test.
  * Fix autopkgtests.
    Skip failing use.t, as Class::Type::Enum is not meant to be used directly.

 -- gregor herrmann <email address hidden>  Mon, 02 Aug 2021 17:40:42 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-type-enum-perl_0.014-2.dsc 2.6 KiB 347e4c2a1dc7d056b03546976789fdaa824b7eee629d21d216bcbbe766ca4365
libclass-type-enum-perl_0.014.orig.tar.gz 16.7 KiB 2018fbd096d901f333819e289b61f12242deb0e1041e9bbdad8eb7ac4bae5a29
libclass-type-enum-perl_0.014-2.debian.tar.xz 1.9 KiB 371fcf11ecc3ede18f119982fc8802bfdac7f8b4b027a85225916c5c056a6c85

Available diffs

No changes file available.

Binary packages built by this source

libclass-type-enum-perl: 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).