File: basic.t

package info (click to toggle)
librdf-ldf-perl 0.25.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 573; makefile: 2; sh: 1
file content (14 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use strict;
use warnings;
use Test::More;
use Test::Exception;
use JSON ();

my $pkg;
BEGIN {
    $pkg = 'RDF::LDF';
    use_ok $pkg;
}
require_ok $pkg;

done_testing;