libmodule-pluggable-perl 5.1-2 source package in Ubuntu

Changelog

libmodule-pluggable-perl (5.1-2) unstable; urgency=medium

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

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ gregor herrmann ]
  * debian/control: update Module::Build dependency.
  * Add debian/upstream/metadata
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.
  * Mark package as autopkgtest-able.

 -- gregor herrmann <email address hidden>  Sat, 30 May 2015 23:08:05 +0200

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

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmodule-pluggable-perl_5.1-2.dsc 2.3 KiB af6659ca2cef79476a4e29162e3e2d9f1f437f56371b8588de5f0c4892a9ad00
libmodule-pluggable-perl_5.1.orig.tar.gz 28.7 KiB e2dc354043bb16f1f3df8c4bb26070b26e594819f218cf8b8ac19e79c720916f
libmodule-pluggable-perl_5.1-2.debian.tar.xz 1.8 KiB cb8350bae04ea655daf7e99fa4a0bc839a4508a74c0aff6b82aa59069929d6e9

Available diffs

No changes file available.

Binary packages built by this source

libmodule-pluggable-perl: module for giving modules the ability to have plugins

 Module::Pluggable provides a simple but, hopefully, extensible way of having
 'plugins' for your module. Essentially all it does is export a method into
 your namespace that looks through a search path for .pm files and turn those
 into class names. Optionally it instantiates those classes for you.