File: mod_perl2.pm

package info (click to toggle)
libapache-singleton-perl 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 274; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
# dummy mod_perl2 for tests.
# just set $mod_perl::VERSION to 2.00
package mod_perl;

our $VERSION = '2.00';

1;