File: 00-load.t

package info (click to toggle)
libtest-rdf-perl 1.22-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 232 kB
  • sloc: perl: 329; makefile: 2; sh: 1
file content (10 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#!perl

use Test::More tests => 1;

BEGIN {
    use_ok( 'Test::RDF' ) || print "Bail out!
";
}

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