]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/perl/t/02-AppSession.t
yanking LogServer test file
[OpenSRF.git] / src / perl / t / 02-AppSession.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6         use_ok( 'OpenSRF::AppSession' );
7 }