debian/0000755000000000000000000000000012256641142007171 5ustar debian/rules0000755000000000000000000000003612256641142010250 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000271712256641142010603 0ustar Source: libimport-into-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Nuno Carvalho Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libimport-into-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libimport-into-perl.git Homepage: https://metacpan.org/release/Import-Into/ Package: libimport-into-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for importing packages into other packages Import::Into creates a global method import::into which you can call on any package to import it into another package. This is useful because there are many diferent ways to write exporters: some use Exporter, some use Sub::Exporter, some use Moose::Exporter, some use Exporter::Declare and some things are pragmas. . And if you want to re-export other things, you have to know which is which. Exporter subclasses provide export_to_level, but if they overrode their import method all bets are off. Sub::Exporter provides an into parameter but figuring out something used it isn't trivial. Pragmas need to have their import method called directly since they affect the current unit of compilation. Import::Into can be used to import packages into other packages without having to deal with the specific details of every exporting approach. debian/source/0000755000000000000000000000000012256641142010471 5ustar debian/source/format0000644000000000000000000000001412256641142011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000147712256641142011054 0ustar libimport-into-perl (1.002000-1) unstable; urgency=medium * Team upload. * New upstream release. * Add new upstream copyright holder. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Wed, 25 Dec 2013 21:38:49 +0100 libimport-into-perl (1.001001-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. * Declare compliance with Debian Policy 3.9.4. -- gregor herrmann Tue, 22 Oct 2013 20:08:17 +0200 libimport-into-perl (1.001000-1) unstable; urgency=low * Initial Release. (Closes: #683423) -- Nuno Carvalho Tue, 31 Jul 2012 20:52:07 +0100 debian/compat0000644000000000000000000000000212256641142010367 0ustar 8 debian/copyright0000644000000000000000000000210612256641142011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Import-Into Upstream-Contact: Matt S. Trout Source: https://metacpan.org/release/Import-Into/ Files: * Copyright: 2012, Matt S. Trout 2012, Graham Knop 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/watch0000644000000000000000000000016412256641142010223 0ustar version=3 https://metacpan.org/release/Import-Into/ .*/Import-Into-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$