File: myconfig.pm

package info (click to toggle)
libnet-fastcgi-perl 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 408 kB
  • sloc: perl: 3,585; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
package myconfig;

use strict;

BEGIN {
    $ENV{NET_FASTCGI_PP} = 0 + !(-e "XS.xs" || -e "../XS.xs");
}

1;