Bug 18562: Tab completion in bash
[koha.git] / t / Log.t
blobd53386bc3391f448e4bcc209cb9e0c991010e0e0
1 #!/usr/bin/perl
3 # This Koha test module is a stub!
4 # Add more tests here!!!
6 use Modern::Perl;
8 use Test::More tests => 1;
10 BEGIN {
11 use_ok('C4::Log');