libmoosex-configfromfile-perl 0.14-2 source package in Ubuntu

Changelog

libmoosex-configfromfile-perl (0.14-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Jonathan Yu from Uploaders. Thanks for your work!

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + libmoosex-configfromfile-perl: Drop versioned constraint on
      libmoosex-app-cmd-perl in Breaks.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 20:57:06 +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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmoosex-configfromfile-perl_0.14-2.dsc 2.4 KiB 54d475d436bca292d44513a70c3441393e537e641ba24145607edb4b4c6968cd
libmoosex-configfromfile-perl_0.14.orig.tar.gz 30.5 KiB 9ad343cd9f86d714be9b54b9c68a443d8acc6501b6ad6b15e9ca0130b2e96f08
libmoosex-configfromfile-perl_0.14-2.debian.tar.xz 2.7 KiB 44d3c8d6322e5360d6d06a475e8d20f28a22f04111a0096ccdf29c7082525a93

Available diffs

No changes file available.

Binary packages built by this source

libmoosex-configfromfile-perl: Moose role for setting attributes from a config file

 MooseX::ConfigFromFile is an abstract Moose role that provides an alternate
 constructor for creating objects, using parameters passed in from a config
 file. The actual implementation of reading the configuration file is left
 to subroles.