debian/0000755000000000000000000000000012216651376007177 5ustar debian/patches/0000755000000000000000000000000012216651333010617 5ustar debian/patches/series0000644000000000000000000000001712216650750012034 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000070312216651252013455 0ustar Description: fix a typo in the POD Author: Florian Schlichting https://github.com/neilbowers/UNIVERSAL-require/pull/2/files --- a/lib/UNIVERSAL/require.pm +++ b/lib/UNIVERSAL/require.pm @@ -45,7 +45,7 @@ $module->require; -It doesn't save you much typing, but it'll make alot more sense to +It doesn't save you much typing, but it'll make a lot more sense to someone who's not a ninth level Perl acolyte. =head1 Methods debian/watch0000644000000000000000000000036712101267326010225 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/UNIVERSAL-require/ .*/UNIVERSAL-require-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000230012216651346011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: UNIVERSAL-require Upstream-Contact: Michael G Schwern Source: https://metacpan.org/release/UNIVERSAL-require/ Files: * Copyright: 2001, 2005 Michael G Schwern License: Artistic or GPL-1+ Files: debian/* Copyright: 2005, Stephen Quinney 2008, 2009, gregor herrmann 2009, AGOSTINI Yves 2013, Florian Schlichting 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/control0000644000000000000000000000306712216651324010601 0ustar Source: libuniversal-require-perl Maintainer: Debian Perl Group Uploaders: AGOSTINI Yves , gregor herrmann , Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libuniversal-require-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libuniversal-require-perl.git Homepage: https://metacpan.org/release/UNIVERSAL-Require/ Package: libuniversal-require-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Replaces: libuniversal-exports-perl Description: Load modules from a variable This works exactly like the standard require in Perl, except without the bareword restriction, and it does not die. Since require() is placed in the UNIVERSAL namespace, it will work on any module. You just have to use UNIVERSAL::require somewhere in your code. . If you have ever had to do this... . eval "require $module"; . to get around the bareword caveats on require(), this module is for you. It creates a universal require() class method that will work with every Perl module and it is secure. So instead of doing some arcane eval() work, you can do this: . $module->require; . It does not save you much typing, but it will make a lot more sense to someone who is not a ninth level Perl acolyte. . Also provided is a use() method which works in a similar way. debian/compat0000644000000000000000000000000212216647642010376 0ustar 8 debian/changelog0000644000000000000000000000445112216651376011055 0ustar libuniversal-require-perl (0.14-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 0.14 * Bump dh compatibility to level 8 (no changes necessary) * Bump Standards-Version to 3.9.4 (directly link GPL-1) * Switch to source format 3.0 (quilt) * Switch to short-form debian/rules * New spelling.patch * Add myself to uploaders and copyright -- Florian Schlichting Thu, 19 Sep 2013 21:39:31 +0200 libuniversal-require-perl (0.13-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ AGOSTINI Yves ] * New upstream release * Bump to Standards-Version: 3.8.1 * Refresh rules to dh7 * Fix copyright format -- AGOSTINI Yves Fri, 03 Apr 2009 16:17:57 +0200 libuniversal-require-perl (0.11-1) unstable; urgency=low [ AGOSTINI Yves ] * Take over for the Debian Perl Group on maintainer's request (sjq@debian.org) "Thu, 1 May 2008 05:40:25 -0700 I don't have a lot of time for Debian work at the moment so I'm more than happy for the Debian Perl Group to take over maintaining libuniversal-require-perl. " * fix watch in version 3 and cpan dist * fix copyright format * fix control with standards version: 3.7.3 * upgrade to 0.11 upstream (Closes: #432490) [ gregor herrmann ] * Refresh debian/rules, no functional changes. * Bring debian/compat and the versioned dependency on debhelper in line. * Add /me to Uploaders. -- gregor herrmann Thu, 01 May 2008 17:51:37 +0200 libuniversal-require-perl (0.10-1) unstable; urgency=low * Initial Release, closes: #333309. -- Stephen Quinney Mon, 7 Nov 2005 19:52:03 +0000 debian/source/0000755000000000000000000000000012216650053010466 5ustar debian/source/format0000644000000000000000000000001412216650053011674 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612216650113010242 0ustar #!/usr/bin/make -f %: dh $@