libmousex-configfromfile-perl 0.05-3 source package in Ubuntu

Changelog

libmousex-configfromfile-perl (0.05-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable)

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 22:01:46 +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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmousex-configfromfile-perl_0.05-3.dsc 2.3 KiB da2201ed3e01863fabfc272a99d034d3c1823113fbb796b56c59b6feea4f1d0e
libmousex-configfromfile-perl_0.05.orig.tar.gz 21.9 KiB 921b31cb13fc1f982a602f8e23815b7add23a224257e43790e287504ce879534
libmousex-configfromfile-perl_0.05-3.debian.tar.xz 2.3 KiB 33c95fe1963f8b06a970b1b43264aa8cb1b48cd5f001662d292c7cabd1114dd8

Available diffs

No changes file available.

Binary packages built by this source

libmousex-configfromfile-perl: abstract Mouse role for setting attributes from a configfile

 MouseX::ConfigFromFile is an abstract role which provides an alternate
 constructor for creating objects using parameters passed in from a
 configuration file. The actual implementation of reading the configuration
 file is left to concrete subroles.
 .
 It declares an attribute configfile and a class method new_with_config, and
 requires that concrete roles derived from it implement the class method
 get_config_from_file.
 .
 Attributes specified directly as arguments to new_with_config supersede those
 in the configfile.