The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl

use Test::More tests => 5;

BEGIN {
        use_ok( 'XML::Writer' );
	use_ok( 'NLP::GATE' );
	use_ok( 'NLP::GATE::Document' );
	use_ok( 'NLP::GATE::Annotation' );
	use_ok( 'NLP::GATE::AnnotationSet' );
}

diag( "Testing GATE $NLP::GATE::VERSION, Perl $], $^X" );