File: 00-load.t

package info (click to toggle)
librdf-endpoint-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 592 kB
  • sloc: javascript: 3,887; perl: 2,256; sh: 35; makefile: 8
file content (9 lines) | stat: -rwxr-xr-x 146 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!perl

use Test::More tests => 1;

BEGIN {
	use_ok( 'RDF::Endpoint' );
}

diag( "Testing RDF::Endpoint $RDF::Endpoint::VERSION, Perl $], $^X" );