Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha.git] / t / Log.t
1 #!/usr/bin/perl
2 #
3 # This Koha test module is a stub!  
4 # Add more tests here!!!
5
6 use Modern::Perl;
7
8 use Test::More tests => 1;
9
10 BEGIN {
11     use_ok('C4::Log');
12 }