debian/0000755000000000000000000000000012264343422007170 5ustar debian/rules0000755000000000000000000000003612264343422010247 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000207012264343422010572 0ustar Source: libmodule-pluggable-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8), libapp-fatpacker-perl, perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000) Build-Depends-Indep: perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-pluggable-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-pluggable-perl.git Homepage: https://metacpan.org/release/Module-Pluggable/ Package: libmodule-pluggable-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: 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. debian/source/0000755000000000000000000000000012264343422010470 5ustar debian/source/format0000644000000000000000000000001412264343422011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000124712264343422011046 0ustar libmodule-pluggable-perl (5.1-1) unstable; urgency=medium * New upstream release. * Update years of packaging copyright. * Fix typos in long description. * Add build dependency on libapp-fatpacker-perl (used in a test). * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sat, 11 Jan 2014 23:34:51 +0100 libmodule-pluggable-perl (4.8-1) unstable; urgency=low * New upstream release. -- gregor herrmann Fri, 06 Sep 2013 17:07:27 +0200 libmodule-pluggable-perl (4.7-1) unstable; urgency=low * Initial Release. (Closes: #707979) -- gregor herrmann Mon, 20 May 2013 20:38:46 +0200 debian/compat0000644000000000000000000000000212264343422010366 0ustar 8 debian/copyright0000644000000000000000000000206212264343422011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module-Pluggable Source: https://metacpan.org/release/Module-Pluggable/ Upstream-Contact: Simon Wistow Files: * Copyright: 2006, Simon Wistow License: Artistic or GPL-1+ Files: debian/* Copyright: 2013-2014, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000017612264343422010225 0ustar version=3 https://metacpan.org/release/Module-Pluggable/ .*/Module-Pluggable-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$