File: 00.compile.t

package info (click to toggle)
libre-engine-re2-perl 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 444 kB
  • sloc: cpp: 295; perl: 80; sh: 4; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (5)
1
2
3
4
5
use Test::More tests => 2;

my $pkg = 're::engine::RE2';
use_ok $pkg;
isa_ok(bless([] => $pkg), 'Regexp');