Package perl-PPerl: Information

    Source package: perl-PPerl
    Version: 0.25-alt2.1
    Build time:  Nov 11, 2010, 04:43 PM
    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.

    List of rpms provided by this srpm:
    perl-PPerl (x86_64, i586)

    Maintainer: Nikolay A. Fetisov


      1. libdb4-devel
      2. perl-DBM
      3. perl-devel
      4. libgdbm-devel

    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