librole-hasmessage-perl 0.006-2 source package in Ubuntu

Changelog

librole-hasmessage-perl (0.006-2) unstable; urgency=medium

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Alex Muntada ]
  * Remove inactive pkg-perl members from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

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

  [ Debian Janitor ]
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libtest-simple-perl and
      perl.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 09:32:40 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
librole-hasmessage-perl_0.006-2.dsc 2.2 KiB a4c3ab1896230fb1eb8aa3537e0606574f73b0d778e45db399c5c838c6c032a1
librole-hasmessage-perl_0.006.orig.tar.gz 13.2 KiB f6a6dbe0476ff95ee1ffbef825eb18d9b02b0618deba4686e7c63b99d576d4d3
librole-hasmessage-perl_0.006-2.debian.tar.xz 2.3 KiB 5b7530a226beb4083502b4a5ec42d256f6f5f45f712484558e3c62d27d90d200

Available diffs

  • diff from 0.006-1.1 to 0.006-2 (pending)

No changes file available.

Binary packages built by this source

librole-hasmessage-perl: Moose roles to summarize the message of an object

 Role::HasMessage is a simple Moose role that provides a method called message
 that returns a string summarizing the message or event represented by an
 object.
 .
 This distribution also provides the Role::HasMessage::Errf module, which is
 an implementation of Role::HasMessage that uses String::Errf to format
 sprintf-like message strings. It adds a message_fmt attribute, initialized by
 the message argument.