File: control

package info (click to toggle)
libapache-singleton-perl 0.16-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 232 kB
  • ctags: 35
  • sloc: perl: 286; makefile: 13
file content (32 lines) | stat: -rw-r--r-- 1,207 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
Source: libapache-singleton-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
 apache2-dev,
 libapache2-mod-perl2 (>= 2.0.5),
 libcgi-pm-perl,
 netbase
Standards-Version: 3.9.6
Homepage: https://metacpan.org/release/Apache-Singleton
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapache-singleton-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapache-singleton-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libapache-singleton-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libapache2-mod-perl2 (>= 2.0.5),
 libcgi-pm-perl
Description: Singleton class for mod_perl
 Apache::Singleton is a Perl module that provides a Singleton class suitable  
 for use with mod_perl.
 .
 A Singleton describes an object class that can have only one instance in any  
 system.  An example of a Singleton might be a print spooler or system  
 registry.
 .
 For a description and discussion of the Singleton class, see
 "Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2.