File: Reload.pm

package info (click to toggle)
libcgi-application-plugin-autorunmode-perl 0.18-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 148 kB
  • sloc: perl: 910; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 54 bytes parent folder | download | duplicates (5)
1
2
3
4
5
package Apache2::Reload;

$ENV{MOD_PERL} = 'fake';

1;