libconfig-zomg-perl 1.000000-2 source package in Ubuntu

Changelog

libconfig-zomg-perl (1.000000-2) unstable; urgency=medium

  * Team upload.

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

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

  [ gregor herrmann ]
  * debian/*: update URLs from {search,www}.cpan.org to MetaCPAN.
  * debian/*: update GitHub URLs to use HTTPS.

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Bump debhelper dependency to >= 9, since that's what is used in
    debian/compat.
  * Bump debhelper from deprecated 9 to 10.
  * Set Testsuite header for perl package.

  [ gregor herrmann ]
  * Remove Makefile.old via debian/clean. (Closes: #1045319)

 -- gregor herrmann <email address hidden>  Tue, 05 Mar 2024 00:36:06 +0100

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-zomg-perl_1.000000-2.dsc 2.5 KiB e8130a370e158076753a528d3126560dd0b03a451b706fc143cb3f46dac45569
libconfig-zomg-perl_1.000000.orig.tar.gz 16.9 KiB 33951831af236c1ed3fa8eb037fdafb1b42f38b3c01fb3ce852b964cd200b619
libconfig-zomg-perl_1.000000-2.debian.tar.xz 4.0 KiB 2f4be244c0fe37c1dad2042d8802ed87269249203be6ceb416a0c7b9212d4f77

Available diffs

No changes file available.

Binary packages built by this source

libconfig-zomg-perl: yet another Catalyst::Plugin::ConfigLoader-style layer over Config::Any

 Config::ZOMG is a fork of Config::JFDI. It removes a couple of unusual
 features and passes the same tests three times faster than
 Config::JFDI.
 .
 Config::ZOMG is an implementation of Catalyst::Plugin::ConfigLoader
 that exists outside of Catalyst.
 .
 Config::ZOMG will scan a directory for files matching a certain name.
 If such a file is found which also matches an extension that
 Config::Any can read, then the configuration from that file will be
 loaded.
 .
 Config::ZOMG will also look for special files that end with a "_local"
 suffix. Files with this special suffix will take precedence over any
 other existing configuration file, if any. The precedence takes place
 by merging the local configuration with the "standard" configuration
 via Hash::Merge::Simple.
 .
 Finally you can override/modify the path search from outside your
 application, by setting the "_CONFIG" variable outside your
 application (where $NAME is the uppercase version of what you passed to
 Config::ZOMG->new).