Bug 20582: Fix a cache issue in Koha::App::{Opac,Intranet}
[koha.git] / t / dummy.t
blob3eb62d467918f4af4f123ab60b7106e8a16d9632
1 # Dummy test until Test::Harness or similar
2 # is used by the other tests to check deps.
3 use Modern::Perl;
4 print "1..1\nok 1\n";