File: control

package info (click to toggle)
libapache-singleton-perl 0.06-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 80 kB
  • ctags: 14
  • sloc: perl: 71; makefile: 42
file content (20 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: libapache-singleton-perl
Section: perl
Priority: optional
Maintainer: Isaac Clerencia <isaac@sindominio.net>
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.6.1

Package: libapache-singleton-perl
Architecture: all
Depends: ${shlibs:Depends}
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.