libexporter-cluster-perl 0.31-0ubuntu4 source package in Ubuntu

Changelog

libexporter-cluster-perl (0.31-0ubuntu4) noble; urgency=medium

  * No change rebuild to gain buildinfo.

 -- Dimitri John Ledkov <email address hidden>  Sat, 17 Feb 2024 18:38:47 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Noble
Original maintainer:
Soren Hansen
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libexporter-cluster-perl_0.31.orig.tar.gz 3.0 KiB 3f11d75992ed2db24b326ae4ba70e9109b1c9463e40723ab921b04b6b65e8d86
libexporter-cluster-perl_0.31-0ubuntu4.debian.tar.xz 1.8 KiB 39a6871501afded62bb242635ea7ffb3a81939f93580fb1090aab84cc6ac4d1f
libexporter-cluster-perl_0.31-0ubuntu4.dsc 1.8 KiB c94fc36ba547ad10d9232d434720c51f6a4fd39c85e9acfe183ccc5f53291ad3

Available diffs

View changes file

Binary packages built by this source

libexporter-cluster-perl: Extension for easy multiple module imports

 Exporter::Cluster is designed to allow the user to develop a binding
 package that allows multiple packages to be imported into the
 symbol table with single 'use' command. This module was created from
 the observation of the general trend of Perl packages growing in
 complexity as new technology is developed and Perl interfaces
 are designed to interact with this technology. This is not a
 general use module! It has been designed mainly for use by developers
 who are trying to implement a sane interface to their work, but
 still attempt to use good coding practices such as code seperation
 and modular design.