debian/0000755000000000000000000000000011620040624007161 5ustar debian/control0000644000000000000000000000210111620040624010556 0ustar Source: libexporter-easy-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ben Webb Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.2 Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libexporter-easy-perl.git Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libexporter-easy-perl.git Homepage: http://search.cpan.org/dist/Exporter-Easy/ Package: libexporter-easy-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: perl module to take the drudgery out of Exporting symbols Exporter::Easy makes using Exporter easy. In it's simplest case it allows you to drop the boilerplate code that comes with using Exporter. In more complicated situations where you use tags to build lists and more tags, it will set @EXPORT, @EXPORT_OK, @EXPORT_FAIL and %EXPORT_TAGS in the current package, add Exporter to that package's @ISA and do a use vars on all the variables mentioned. The rest is handled as normal by Exporter. debian/copyright0000644000000000000000000000232311620040624011114 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174 Upstream-Name: Exporter-Easy Upstream-Contact: Fergal Daly Source: http://search.cpan.org/dist/Exporter-Easy/ Files: * Copyright: 2003-2004, Fergal Daly License: Artistic or GPL-1+ Comment: Under the Berne Convention it is assumed that the author is also the copyright holder. - Years are taken from the cpan release dates. Files: debian/* Copyright: 2011, Ben Webb 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/watch0000644000000000000000000000016711620040624010216 0ustar version=3 http://search.cpan.org/dist/Exporter-Easy/ .*/Exporter-Easy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211620040624010357 0ustar 8 debian/changelog0000644000000000000000000000024611620040624011035 0ustar libexporter-easy-perl (0.16-1) unstable; urgency=low * Initial Release. (closes: #636880) -- Ben Webb Mon, 08 Aug 2011 19:49:36 +0000 debian/source/0000755000000000000000000000000011620040624010461 5ustar debian/source/format0000644000000000000000000000001411620040624011667 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611620040624010240 0ustar #!/usr/bin/make -f %: dh $@