debian/0000755000000000000000000000000011601366664007177 5ustar debian/control0000644000000000000000000000303711577665323010613 0ustar Source: libcgi-application-plugin-autorunmode-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libcgi-application-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-AutoRunmode/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-application-plugin-autorunmode-perl/ Package: libcgi-application-plugin-autorunmode-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-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: CGI::App plugin to automatically register runmodes The CGI::Application::Plugin::AutoRunmode plugin for CGI::Application provides easy ways to setup run modes. You can just write the method that implements a run mode. You do not have to explicitly register it with CGI::Application anymore. . You can either flag methods in your CGI::App subclass with the "Runmode" or "StartRunmode" attributes or simply declare that every method in a class is a run mode. You can also assign a delegate object, all whose methods will become runmodes. You can also mix both approaches. debian/copyright0000644000000000000000000000211511577110427011125 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Thilo Planz, Source: http://search.cpan.org/dist/CGI-Application-Plugin-AutoRunmode/ Name: CGI-Application-Plugin-AutoRunmode Files: * Copyright: 2004-2011, Thilo Planz, 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/watch0000644000000000000000000000024111577110427010221 0ustar version=3 http://search.cpan.org/dist/CGI-Application-Plugin-AutoRunmode/ .*/CGI-Application-Plugin-AutoRunmode-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011601366664010626 5ustar debian/patches/spelling.patch0000644000000000000000000000102411577110427013455 0ustar Author: Nicholas Bamber Subject: Spelling Forwarded: no Last-Update: 2011-06-18 --- a/AutoRunmode/FileDelegate.pm +++ b/AutoRunmode/FileDelegate.pm @@ -108,7 +108,7 @@ =head1 SEE ALSO If you like the idea of moving everything outside of Perl modules -into seperate files, you should also have a look at +into separate files, you should also have a look at L, which does a similar thing for HTML templates and the Perl code needed to provide them with data. debian/patches/series0000644000000000000000000000001711577110427012035 0ustar spelling.patch debian/compat0000644000000000000000000000000211577110427010371 0ustar 7 debian/changelog0000644000000000000000000000035311601101012011020 0ustar libcgi-application-plugin-autorunmode-perl (0.18-1) unstable; urgency=low * Split out from libcgi-application-basic-plugin-bundle-perl (Closes: #630870) -- Nicholas Bamber Fri, 24 Jun 2011 09:01:11 +0100 debian/source/0000755000000000000000000000000011601366664010477 5ustar debian/source/format0000644000000000000000000000001411577110427011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611577110427010252 0ustar #!/usr/bin/make -f %: dh $@