Package perl-PPerl: Information

    Binary package: perl-PPerl
    Version: 0.25-alt2.1
    Architecture: x86_64
    Build time:  Nov 11, 2010, 04:43 PM
    Source package: perl-PPerl
    Category: Development/Perl
    Report package bug
    License: Perl license
    Summary: make perl scripts persistent in memory
    Description: 
    PPerl  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.
    
    The easiest way to use it is to change your shebang line from
    "#!/usr/bin/perl -w" to use pperl instead:
    "#!/usr/bin/pperl -w".
    
    Like other persistent environments, this one has problems
    with things like BEGIN blocks, global variables, etc.

    Maintainer: Nikolay A. Fetisov


    Last changed


    Nov. 6, 2010 Vladimir Lettiev 0.25-alt2.1
    - rebuilt with perl 5.12
    July 16, 2009 Nikolay A. Fetisov 0.25-alt2
    - Fix build with perl-5.8.9-alt3
    Aug. 9, 2007 Nikolay A. Fetisov 0.25-alt1
    - Initial build for ALT Linux Sisyphus