Bug 7801 - admin/patron-attr-types.pl plack scoping
[koha.git] / t / ILSDI_Services.t
blob99476d338230c69aff5e4dad90b8ef340897fb97
1 #!/usr/bin/perl
3 # This Koha test module is a stub!
4 # Add more tests here!!!
6 use strict;
7 use warnings;
9 use Test::More tests => 1;
11 BEGIN {
12 use_ok('C4::ILSDI::Services');