libmodule-pluggable-perl 4.8-1 source package in Ubuntu

Changelog

libmodule-pluggable-perl (4.8-1) unstable; urgency=low


  * New upstream release.

 -- gregor herrmann <email address hidden>  Fri, 06 Sep 2013 17:07:27 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmodule-pluggable-perl_4.8-1.dsc 2.1 KiB 89bc319901964ec4f61a72dc11bab3736b56efa0e15d88d6f3a4bbe2385b1777
libmodule-pluggable-perl_4.8.orig.tar.gz 26.4 KiB a2b59788de632d4dfea0346d9264a007d5c3742c6055db063d400cf5acd2823d
libmodule-pluggable-perl_4.8-1.debian.tar.gz 1.5 KiB d81f7597802f2374730be89be4f6fec634c9f6852147a934e9b87622759d6b16

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.