summaryrefslogtreecommitdiff
path: root/biblio/bibtex/utils/bibtexperllibs/BibTeX-Parser/t/00-load.t
blob: 9862dc7986528d0030a68dfef3f0e5ddee27aa1b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl -w

use Test::More tests => 3;

BEGIN {
	use_ok( 'BibTeX::Parser' );
	use_ok( 'BibTeX::Parser::Author' );
	use_ok( 'BibTeX::Parser::Entry' );
}

diag( "Testing BibTeX::Parser $BibTeX::Parser::VERSION, Perl $], $^X" );