debian/0000755000000000000000000000000012261754354007177 5ustar debian/compat0000644000000000000000000000000212261754354010375 0ustar 8 debian/copyright0000644000000000000000000000231312261754354011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Matt S. Trout Source: https://metacpan.org/release/Sub-Exporter-Progressive/ Upstream-Name: Sub-Exporter-Progressive Files: * Copyright: 2012, Arthur Axel Schmidt 2012, Dagfinn Ilmari Mannsåker 2012, Matt S. Trout 2012, Leon Timmermans License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Nuno Carvalho 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/rules0000755000000000000000000000003612261754354010256 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000021612261754354010227 0ustar version=3 https://metacpan.org/release/Sub-Exporter-Progressive/ .*/Sub-Exporter-Progressive-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000253212261754354010604 0ustar Source: libsub-exporter-progressive-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Nuno Carvalho Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libsub-exporter-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsub-exporter-progressive-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsub-exporter-progressive-perl.git Homepage: https://metacpan.org/release/Sub-Exporter-Progressive/ Package: libsub-exporter-progressive-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for using Sub::Exporter only if needed Sub::Exporter is an incredibly powerful module, but with that power comes great responsibility, as well as some runtime penalties. Sub::Exporter::Progressive is a Sub::Exporter wrapper that will let your users just use Exporter if all they are doing is picking exports, but use Sub::Exporter if your users try to use Sub::Exporter's more advanced features, like renaming exports. . Note that this module will export @EXPORT and @EXPORT_OK package variables for Exporter to work. Additionally, if your package uses advanced Sub::Exporter features like currying, this module will only use Sub::Exporter, so you might as well use it directly. debian/source/0000755000000000000000000000000012261754354010477 5ustar debian/source/format0000644000000000000000000000001412261754354011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000277612261754354011065 0ustar libsub-exporter-progressive-perl (0.001011-1) unstable; urgency=medium * Team upload. * Imported Upstream version 0.001011 * Declare compliance with Debian policy 3.9.5 -- Salvatore Bonaccorso Sat, 04 Jan 2014 10:45:53 +0100 libsub-exporter-progressive-perl (0.001010-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Fri, 11 Oct 2013 22:41:09 +0200 libsub-exporter-progressive-perl (0.001009-1) unstable; urgency=low * Team upload. * New upstream release. * Build dependency on Test::More 0.96 dropped. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sat, 23 Mar 2013 14:17:21 +0100 libsub-exporter-progressive-perl (0.001008-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Build-Depend on Test::More 0.96. -- gregor herrmann Mon, 18 Feb 2013 19:03:33 +0100 libsub-exporter-progressive-perl (0.001006-1) unstable; urgency=low * Team upload. * New upstream release. * Add new upstream copyright holder. -- gregor herrmann Sun, 02 Sep 2012 17:44:16 +0200 libsub-exporter-progressive-perl (0.001004-1) unstable; urgency=low * Initial Release. (Closes: #684501) -- Nuno Carvalho Fri, 10 Aug 2012 01:47:33 +0100