debian/0000755000000000000000000000000012027576673007205 5ustar debian/source/0000755000000000000000000000000012027574246010477 5ustar debian/source/format0000644000000000000000000000001412027574246011705 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000021512027574247010227 0ustar version=3 http://search.cpan.org/dist/Catalyst-Plugin-Redirect/ .*/Catalyst-Plugin-Redirect-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000106412027576126010602 0ustar Source: libcatalyst-plugin-redirect-perl Section: perl Priority: optional Maintainer: Alexander Wirt Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libcatalyst-perl Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Catalyst-Plugin-Redirect/ Package: libcatalyst-plugin-redirect-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl Description: Catalyst plugin for easy redirects You can use the module to do easy redirects with Catalyst . like: $c->redirect('http://www.perl.org/'); debian/libcatalyst-plugin-redirect-perl.docs0000644000000000000000000000000712027574247016415 0ustar README debian/compat0000644000000000000000000000000212027574247010376 0ustar 8 debian/patches/0000755000000000000000000000000012027576620010624 5ustar debian/patches/series0000644000000000000000000000001012027576527012036 0ustar Fix_Pod debian/patches/Fix_Pod0000644000000000000000000000070112027576620012075 0ustar Description: Fix POD in Redirect.pm --- libcatalyst-plugin-redirect-perl-0.2.orig/lib/Catalyst/Plugin/Redirect.pm +++ libcatalyst-plugin-redirect-perl-0.2/lib/Catalyst/Plugin/Redirect.pm @@ -87,7 +87,7 @@ sub redirect { } } -=BUGS +=head1 BUGS When Reverse Proxy is used, get_baseurl returns the backend server's base. For example, "/" will be returned when http://www.mydomain.com/myapp/ is a proxy for http://appserver.local.server/. debian/changelog0000644000000000000000000000024012027574247011046 0ustar libcatalyst-plugin-redirect-perl (0.2-1) unstable; urgency=low * Initial Release. -- Alexander Wirt Sun, 23 Sep 2012 13:55:19 +0200 debian/copyright0000644000000000000000000000204312027575673011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Catalyst-Plugin-Redirect Source: http://search.cpan.org/dist/Catalyst-Plugin-Redirect/ Upstream-Contact: Shota Takayama Files: * Copyright: Shota Takayama License: Files: debian/* Copyright: 2012, Alexander Wirt 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/rules0000755000000000000000000000003612027574247010257 0ustar #!/usr/bin/make -f %: dh $@