File: test.pl

package info (click to toggle)
libapache-template-perl 0.09-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 116 kB
  • ctags: 52
  • sloc: perl: 391; makefile: 45
file content (7 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
BEGIN { $| = 1; print "1..1\n"; }
END   { print "not ok 1\n" unless $loaded; }
use Apache::Template;
$loaded = 1;
print "ok 1\n";