librole-identifiable-perl 0.009-1 source package in Ubuntu

Changelog

librole-identifiable-perl (0.009-1) unstable; urgency=medium

  * Import upstream version 0.009.
  * Update upstream email address.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 07 Jan 2023 19:10:55 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
librole-identifiable-perl_0.009-1.dsc 2.4 KiB fbfc539d81e257f8f9a9764a2ff10c85b078d9ef5bd7eb602412cdf74559209d
librole-identifiable-perl_0.009.orig.tar.gz 16.3 KiB 5a735e9f7177f9ebae047eb7bae29b7ec29ec020ae37637aea5350d30c087b76
librole-identifiable-perl_0.009-1.debian.tar.xz 2.5 KiB 12e9478a45b071bc39ed5c76d607a60cf3f4b05b37b0facca3d13af47c6012da

Available diffs

No changes file available.

Binary packages built by this source

librole-identifiable-perl: Moose roles to identify things

 The Role::Identifiable distribution provides several Moose roles for
 identifying things.
 .
 This distribution provides the following roles:
  * Role::Identifiable::HasIdent - Adds a required ident attribute that
    stores a simple string, meant to identify exceptions.
  * Role::Identifiable::HasTags - Adds the ability for your class and its
    composed parts (roles, superclasses) as well as instances of it to
    contribute to a pool of tags describing each instance.