File: compile.t

package info (click to toggle)
librdf-ns-perl 20230619-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: cpp: 3,225; perl: 483; sh: 6; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 77 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
use strict;
use warnings;
use Test::More;

use_ok('RDF::NS');

done_testing;