The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/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" );