Initial revision
[irspy-moved-to-github.git] / t / Net-Z3950-IRSpy.t
1 # $Id: Net-Z3950-IRSpy.t,v 1.1 2006-04-13 14:53:17 mike Exp $
2
3 # change 'tests => 1' to 'tests => last_test_to_print';
4 use Test::More tests => 1;
5 BEGIN { use_ok('Net::Z3950::IRSpy') };
6
7 #########################
8
9 # Insert your test code below, the Test::More module is use()ed here so read
10 # its man page ( perldoc Test::More ) for help writing this test script.
11