debian/0000755000000000000000000000000012034501722007162 5ustar debian/source/0000755000000000000000000000000012034501722010462 5ustar debian/source/format0000644000000000000000000000001412034501722011670 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212034501722010360 0ustar 8 debian/watch0000644000000000000000000000016112034501722010211 0ustar version=3 http://search.cpan.org/dist/Class-Load/ .*/Class-Load-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000232512034501722011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Shawn M Moore Upstream-Name: Class-Load Source: http://search.cpan.org/dist/Class-Load/ Files: * Copyright: 2008-2009, Best Practical Solutions 2011-2012, Shawn M Moore License: Artistic or GPL-1+ Files: debian/* Copyright: 2010-2012, gregor herrmann 2011-2012, Angel Abad 2011, Damyan Ivanov 2011, Ansgar Burchardt 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/rules0000755000000000000000000000003612034501722010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000320312034501722010563 0ustar Source: libclass-load-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann , Angel Abad , Alessandro Ghedini Build-Depends: debhelper (>= 8) Build-Depends-Indep: libdata-optlist-perl, libmodule-implementation-perl, libmodule-runtime-perl (>= 0.012), libpackage-stash-perl (>= 0.14), libtest-fatal-perl, libtest-requires-perl, libtest-without-module-perl, libtry-tiny-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-load-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-load-perl.git Homepage: http://search.cpan.org/dist/Class-Load/ Package: libclass-load-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdata-optlist-perl, libmodule-implementation-perl, libmodule-runtime-perl (>= 0.012), libpackage-stash-perl (>= 0.14), libtry-tiny-perl Description: module for loading modules by name "require EXPR" only accepts Class/Name.pm style module names, not Class::Name. For that, Class::Load provides "load_class 'Class::Name'". . It's often useful to test whether a module can be loaded, instead of throwing an error when it's not available. For that, Class::Load provides "try_load_class 'Class::Name'". . Finally, sometimes it is important to know whether a particular class has been loaded. Asking %INC is an option, but that will miss inner packages and any class for which the filename does not correspond to the package name. For that, this module provides "is_class_loaded 'Class::Name'". debian/changelog0000644000000000000000000000651012034501722011036 0ustar libclass-load-perl (0.20-1) unstable; urgency=low [ gregor herrmann ] * New upstream release 0.19. * debian/control: update {versioned,alternative} (build) dependencies. [ Angel Abad ] * Imported Upstream version 0.20 * debian/copyright: Update format to copyright-format 1.0 [ Alessandro Ghedini ] * New upstream release 0.18 * Lower libpackage-stash-perl minimun required version * Bump Stanards-Version to 3.9.4 (no changes needed) * Add myself to Uploaders -- Alessandro Ghedini Mon, 08 Oct 2012 09:41:33 +0200 libclass-load-perl (0.17-1) unstable; urgency=low * Imported Upstream version 0.17 * debian/control: {Build-}Depends on libmodule-runtime-perl (>= 0.012) -- Angel Abad Mon, 13 Feb 2012 09:26:19 +0100 libclass-load-perl (0.15-1) unstable; urgency=low * Imported Upstream version 0.15 -- Angel Abad Fri, 10 Feb 2012 12:22:26 +0100 libclass-load-perl (0.14-1) unstable; urgency=low * Email change: Angel Abad -> angel@debian.org * Imported Upstream version 0.14 * debian/control: {Build-}Depends on libmodule-implementation-perl * debian/copyright: Update years -- Angel Abad Wed, 08 Feb 2012 18:09:25 +0100 libclass-load-perl (0.13-1) unstable; urgency=low [ Angel Abad ] * Imported Upstream version 0.13 * debian/control: Add libtest-requires-perl to Build-Depends-Indep [ Salvatore Bonaccorso ] * Add libtest-without-module-perl to Build-Depends-Indep -- Angel Abad Fri, 23 Dec 2011 12:44:14 +0100 libclass-load-perl (0.12-1) unstable; urgency=low * Imported Upstream version 0.12 * debian/control: {Build-}Depends on libmodule-runtime-perl (>= 0.011) -- Angel Abad Wed, 26 Oct 2011 08:51:11 +0200 libclass-load-perl (0.11-1) unstable; urgency=low * Imported Upstream version 0.11 * debian/control: Add libmodule-runtime-perl (>= 0.009) to {Build-}Depends * debian/copyright: Update debian/* section -- Angel Abad Thu, 06 Oct 2011 09:09:32 +0200 libclass-load-perl (0.10-1) unstable; urgency=low * Team upload [ gregor herrmann ] * New upstream release. * debian/copyright: fix name of upstream copyright holder, bump years of packaging copyright. * Add new (build) dependencies. -- Damyan Ivanov Thu, 08 Sep 2011 17:31:16 +0300 libclass-load-perl (0.08-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Angel Abad ] * Imported Upstream version 0.08 * Bump Debhelper compat level to 8 * debian/control: - Add libdata-optlist-perl to Depends and Build-Depends-Indep - Add perl (>= 5.10.1) | libtest-simple-perl (>= 0.88) to Build-Depends-Indep - Add myself to Uploaders * debian/copyright: - Update debian/* section - Remove inc/Module/* section, no longer in upstream - Update upstream years * Bump Standards-Version to 3.9.2 (no changes) -- Angel Abad Fri, 19 Aug 2011 17:42:57 +0200 libclass-load-perl (0.06-1) unstable; urgency=low * Initial release (closes: #604943). -- gregor herrmann Thu, 25 Nov 2010 18:19:15 +0100