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

Changelog

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

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Import upstream version 0.008.
  * Update debian/tests/pkg-perl/use-name.
  * Update years of upstream and packaging copyright.
  * Update upstream email address.
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Mon, 11 Jul 2022 21:44:21 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
librole-identifiable-perl_0.008-1.dsc 2.4 KiB d532fecceee1547984b1c34d2c2c545bd5d27549688a018091fa533350cd0321
librole-identifiable-perl_0.008.orig.tar.gz 16.2 KiB e2b145e97b2526cd2b4fd32c208787f292d3c3bedda5c7ad224fc53c3bf22d71
librole-identifiable-perl_0.008-1.debian.tar.xz 2.5 KiB 77a9d09c7c881d33cd05634dbe0fd8cc8b4acb146a7423f585aa638397d4384b

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.