debian/0000755000000000000000000000000011601642345007170 5ustar debian/control0000644000000000000000000000316411601631213010567 0ustar Source: libcgi-application-plugin-logdispatch-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libcgi-application-perl, liblog-dispatch-perl, libuniversal-require-perl, libsub-wrappackages-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Jaldhar H. Vyas Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-LogDispatch/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-application-plugin-logdispatch-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-application-plugin-logdispatch-perl/ Package: libcgi-application-plugin-logdispatch-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl, liblog-dispatch-perl, libuniversal-require-perl Suggests: libsub-wrappackages-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Description: plugin that adds Log::Dispatch support to CGI::Application CGI::Application::Plugin::LogDispatch adds logging support to your CGI::Application modules by providing a Log::Dispatch dispatcher object that is accessible from anywhere in the application. . If you have CGI::Application::Plugin::DevPopup installed, a "Log Entries" report is added to the popup window, containing all of the entries that were logged during the execution of the runmode. debian/copyright0000644000000000000000000000211311577347406011134 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Cees Hek Source: http://search.cpan.org/dist/CGI-Application-Plugin-LogDispatch/ Name: CGI-Application-Plugin-LogDispatch Files: * Copyright: 2004-2005, Cees Hek License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber 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/watch0000644000000000000000000000024111577347406010232 0ustar version=3 http://search.cpan.org/dist/CGI-Application-Plugin-LogDispatch/ .*/CGI-Application-Plugin-LogDispatch-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011601642345010617 5ustar debian/patches/spelling.patch0000644000000000000000000000135211577347406013472 0ustar Author: Nicholas Bamber Subject: Spelling Forwarded: no Last-Update: 2011-06-19 --- a/lib/CGI/Application/Plugin/LogDispatch.pm +++ b/lib/CGI/Application/Plugin/LogDispatch.pm @@ -520,7 +520,7 @@ =head1 SINGLETON SUPPORT This module can be used as a singleton object. This means that when the object -is created, it will remain accessable for the duration of the process. This can +is created, it will remain accessible for the duration of the process. This can be useful in persistent environments like mod_perl and PersistentPerl, since the object only has to be created one time, and will remain in memory across multiple requests. It can also be useful if you want to setup a DIE handler, or WARN handler, debian/patches/series0000644000000000000000000000001711577347406012046 0ustar spelling.patch debian/compat0000644000000000000000000000000211577347406010402 0ustar 8 debian/changelog0000644000000000000000000000035311601101013011021 0ustar libcgi-application-plugin-logdispatch-perl (1.02-1) unstable; urgency=low * Split out from libcgi-application-basic-plugin-bundle-perl (Closes: #630927) -- Nicholas Bamber Fri, 24 Jun 2011 12:23:27 +0100 debian/source/0000755000000000000000000000000011601642345010470 5ustar debian/source/format0000644000000000000000000000001411577347406011712 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611577347406010263 0ustar #!/usr/bin/make -f %: dh $@