File: 00_compile.t

package info (click to toggle)
libapache-logformat-compiler-perl 0.30-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 144 kB
  • sloc: perl: 247; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (6)
1
2
3
4
5
use strict;
use Test::More;

BEGIN { use_ok 'Apache::LogFormat::Compiler' }
done_testing;