File: control

package info (click to toggle)
libplack-middleware-expires-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 136 kB
  • sloc: perl: 106; makefile: 9
file content (39 lines) | stat: -rw-r--r-- 1,447 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: libplack-middleware-expires-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 libmodule-build-perl,
 debhelper (>= 10~),
 dh-buildinfo,
 libhttp-date-perl,
 libhttp-message-perl,
 libplack-perl,
 libtry-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-expires-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-expires-perl
Homepage: https://github.com/kazeburo/Plack-Middleware-Expires
Testsuite: autopkgtest-pkg-perl

Package: libplack-middleware-expires-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Description: mod_expires for plack
 Plack is a set of tools similar to Ruby's Rack or Python's Paste for
 WSGI. It implements the Perl Server Gateway Interface (PSGI) standard
 interface, which allows developers to decouple their web application
 framework from the local web server environment.
 .
 Plack::Middleware::Expires is Apache's mod_expires for Plack.
 .
 This middleware controls the setting of Expires HTTP header and the
 max-age directive of the Cache-Control HTTP header in server responses.
 .
 Note: Expires works only for successful response and If exists Expires
 HTTP header already, this middleware does not override.