root/perl/SWISH-Prog-Xapian/trunk/t/00-load.t

Revision 2064, 167 bytes (checked in by karpet, 10 months ago)

initial import

Line 
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6         use_ok( 'SWISH::Prog::Xapian' );
7 }
8
9 diag( "Testing SWISH::Prog::Xapian $SWISH::Prog::Xapian::VERSION, Perl $], $^X" );
Note: See TracBrowser for help on using the browser.