File: 00basic.t

package info (click to toggle)
libregexp-log-perl 0.06-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 140 kB
  • sloc: perl: 144; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
use Test;
BEGIN { plan tests => 1 }
END   { ok($loaded) }

use Regexp::Log;
$loaded++;