libclass-loader-perl 2.03-2 source package in Ubuntu

Changelog

libclass-loader-perl (2.03-2) unstable; urgency=medium

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * debian/copyright: Replace DEP5 Format-Specification URL from
    svn.debian.org to anonscm.debian.org URL.
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * 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!

  [ Niko Tyni ]
  * Update to dpkg source format 3.0 (quilt)
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.3
  * Add myself to Uploaders

 -- Niko Tyni <email address hidden>  Thu, 18 Jan 2018 22:10:46 +0200

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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-loader-perl_2.03-2.dsc 2.1 KiB 287cdde765f93bd9571fa5c307385abc36e19f086374847d3112c1019a4cbf02
libclass-loader-perl_2.03.orig.tar.gz 6.0 KiB 4fef2076ead60423454ff1f4e82859a9a9b9942b5fb8eee0c98b9c63c9f2b8e7
libclass-loader-perl_2.03-2.debian.tar.xz 1.9 KiB 10b62c5834bcd1074f016c610c0ff49bc7c82f60891c3e7a2c2b4ce8484a6d5a

Available diffs

No changes file available.

Binary packages built by this source

libclass-loader-perl: module to load modules and create objects on command

 Class::Loader is a Perl module that provides an inheritable class useful for
 loading a module and automatically constructing an object. Loading this way
 is beneficial in situations where many modules are available, and one must be
 appropriately selected at compile time.