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