File: control

package info (click to toggle)
pperl 0.25-5
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 296 kB
  • ctags: 40
  • sloc: perl: 868; ansic: 666; makefile: 60; sh: 23
file content (15 lines) | stat: -rw-r--r-- 533 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: pperl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.4-2.2), libperl-dev
Maintainer: Florian Weimer <fw@deneb.enyo.de>
Standards-Version: 3.6.1

Package: pperl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}
Description:  Make Perl scripts persistent in memory
 This program turns ordinary Perl scripts into long running daemons,
 making subsequent executions extremely fast.  It forks several
 processes for each script, allowing many processes to call the script
 at once.