debian/0000755000000000000000000000000011762445404007175 5ustar debian/rules0000755000000000000000000000003611762445404010254 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000355611762445404010611 0ustar Source: libload-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Matt Zagrabelny , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/load/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libload-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libload-perl.git Package: libload-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: pragma for controlling when subroutines will be loaded The "load" pragma allows a module developer to give the application developer more options with regards to optimize for memory or CPU usage. The "load" pragma gives more control on the moment when subroutines are loaded and start taking up memory. This allows the application developer to optimize for CPU usage (by loading all of a module at compile time and thus reducing the amount of CPU used during the execution of an application). Or allow the application developer to optimize for memory usage, by loading subroutines only when they are actually needed, thereby however increasing the amount of CPU needed during execution. . The "load" pragma combines the best of both worlds from AutoLoader and SelfLoader. And adds some more features. . In a situation where you want to use as little memory as possible, the "load" pragma (in the context of a module) is a drop-in replacement for AutoLoader. But for situations where you want to have a module load everything it could ever possibly need (e.g. when starting a mod_perl server in pre-fork mode), the "load" pragma can be used (in the context of an application) to have all subroutines of a module loaded without having to make any change to the source of the module in question. debian/libload-perl.docs0000644000000000000000000000001411762445404012410 0ustar TODO README debian/source/0000755000000000000000000000000011762445404010475 5ustar debian/source/format0000644000000000000000000000001411762445404011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000305711762445404011054 0ustar libload-perl (0.23-1) unstable; urgency=low * New upstream release. * Drop spelling patch, applied upstream. -- gregor herrmann Sat, 02 Jun 2012 19:18:56 +0200 libload-perl (0.21-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * debian/copyright: update to Copyright-Format 1.0. * Update years of upstream and packaging copyright. * Refresh patch and forward it upstream. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Fri, 13 Apr 2012 17:12:15 +0200 libload-perl (0.20-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release (closes: #629299) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ gregor herrmann ] * Switch to source format 3.0 (quilt). * Use tiny debian/rules. * Bump debhelper compatibility level to 8. * Set Standards-Version to 3.9.2 (no changes). * Add /me to Uploaders. * Improve short description. * debian/copyright: update formatting. * Add a patch to fix a spelling mistake. -- gregor herrmann Sun, 05 Jun 2011 17:05:56 +0200 libload-perl (0.19-1) unstable; urgency=low * Initial Release. (Closes: #501716) -- Matt Zagrabelny Fri, 10 Apr 2009 10:55:52 -0500 debian/compat0000644000000000000000000000000211762445404010373 0ustar 8 debian/copyright0000644000000000000000000000216211762445404011131 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: load Upstream-Contact: Elizabeth Mattijsen (liz@dijkmat.nl) Source: http://search.cpan.org/dist/load/ Files: * Copyright: 2002-2012, Elizabeth Mattijsen (liz@dijkmat.nl) License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Matt Zagrabelny 2010, Jonathan Yu 2011-2012, gregor herrmann 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/watch0000644000000000000000000000033411762445404010226 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/load/ .*/load-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$