libclass-tiny-antlers-perl 0.024-3 source package in Ubuntu

Changelog

libclass-tiny-antlers-perl (0.024-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libclass-tiny-antlers-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 08 Dec 2022 00:31:01 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-tiny-antlers-perl_0.024-3.dsc 2.3 KiB bff282279eee8d5e33285b715e8964616f48612f7a874ba9e9ec1f760130b040
libclass-tiny-antlers-perl_0.024.orig.tar.gz 22.1 KiB ba5628071bfd1bfb89799d07bc66c958bad0b7dc069ecd12643c74361dbdd9e7
libclass-tiny-antlers-perl_0.024-3.debian.tar.xz 1.9 KiB 2bb6c7a9271cbab1e8936091957dda33541ba54fa57f69c23e702d18020b9bf5

Available diffs

No changes file available.

Binary packages built by this source

libclass-tiny-antlers-perl: Moose-like sugar for Class::Tiny

 Class::Tiny::Antlers provides Moose-like has, extends, with, before, after
 and around keywords for Class::Tiny. (The with keyword requires Role::Tiny;
 method modifiers require Class::Method::Modifiers.)
 .
 Class::Tiny doesn't support all Moose's attribute options; has should throw
 you an error if you try to do something it doesn't support (like triggers).
 .
 Class::Tiny::Antlers does however hack in support for is => 'ro' and
 Moo-style is => 'rwp', clearers and predicates.
 .
 From version 0.24, Class::Tiny::Antlers also adds support for `isa` and
 `coerce` using Type::Tiny. (I mean, this is a TOBYINK module, so what do you
 expect?!) Technically MooseX::Types, MouseX::Types, Specio, and Type::Nano
 should work, but these are less tested.