File: Connection.pm

package info (click to toggle)
libapache-mod-perl 1.26-3.0woody1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,832 kB
  • ctags: 1,321
  • sloc: perl: 7,571; ansic: 5,480; sh: 375; makefile: 145
file content (9 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
package Apache::Connection;

use mod_perl ();

$VERSION = '1.00';
__PACKAGE__->mod_perl::boot($VERSION);

1;
__END__