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

Changelog

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

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 16:38:08 +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
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libconfig-zomg-perl_1.000000-1.1.dsc 2.2 KiB d01cf58e40fb070ba172ccbe2d85fd7dace4416a94686b610422df8ecf547b2e
libconfig-zomg-perl_1.000000.orig.tar.gz 16.9 KiB 33951831af236c1ed3fa8eb037fdafb1b42f38b3c01fb3ce852b964cd200b619
libconfig-zomg-perl_1.000000-1.1.debian.tar.xz 3.6 KiB d675ec23efd4f4a85cc8ec27262dd9e14a456caccc3eaf32d40cc8c95d5f8ce9

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).