File: 00-load.t

package info (click to toggle)
libtest-rdf-perl 0.26-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 280 kB
  • sloc: perl: 1,642; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
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, Perl $], $^X" );