File: control

package info (click to toggle)
libcatalyst-plugin-redirect-perl 0.2-1.1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 104 kB
  • sloc: perl: 31; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 564 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libcatalyst-plugin-redirect-perl
Section: perl
Priority: optional
Maintainer: Alexander Wirt <formorer@debian.org>
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/');