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