1#!perl -T
2use strict;
3use warnings;
4
5use Test::More tests => 1;
6
7BEGIN {
8	use_ok('Text::Trac');
9}
10
11diag("Testing Text::Trac $Text::Trac::VERSION, Perl $], $^X");
12