File: control

package info (click to toggle)
libhttp-server-simple-static-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 96 kB
  • sloc: perl: 151; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,580 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
Source: libhttp-server-simple-static-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl,
               perl
Build-Depends-Indep: libcgi-pm-perl,
                     libfile-libmagic-perl,
                     libhttp-date-perl,
                     libhttp-server-simple-perl,
                     liburi-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhttp-server-simple-static-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhttp-server-simple-static-perl.git
Homepage: https://metacpan.org/release/HTTP-Server-Simple-Static

Package: libhttp-server-simple-static-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libcgi-pm-perl,
         libfile-libmagic-perl,
         libhttp-date-perl,
         libhttp-server-simple-perl,
         liburi-perl
Description: Serve static files with HTTP::Server::Simple
 HTTP::Server::Simple::Static is a mixin that adds a method to serve
 static files from your HTTP::Server::Simple subclass.
 .
 The Date and Last-Modified HTTP headers are set when sending a response
 for a valid file. The method supports clients which send an If-Modified-Since
 HTTP header in the request, returning a 304 Not Modified response if the file
 is unchanged. If the client makes a HEAD request no message body will be
 returned in the response.