1 # This script is called by the pre-commit git hook to test modules compile
9 use lib("misc/translator");
12 my @dirs = ( 'acqui', 'admin', 'authorities', 'basket',
13 'catalogue', 'cataloguing', 'changelanguage.pl', 'circ', 'debian', 'docs',
14 'edithelp.pl', 'errors', 'fix-perl-path.PL', 'help.pl', 'installer',
15 'koha_perl_deps.pl', 'kohaversion.pl', 'labels',
16 'mainpage.pl', 'Makefile.PL', 'members', 'misc', 'offline_circ', 'opac',
17 'patroncards', 'reports', 'reserve', 'reviews',
18 'rewrite-config.PL', 'rotating_collections', 'serials', 'services', 'skel',
19 'sms', 'suggestion', 'svc', 'tags', 'tools', 'virtualshelves' );
21 $Test::Strict::TEST_STRICT = 0;
22 $Test::Strict::TEST_SKIP = [ 'misc/kohalib.pl', 'sms/sms_listen_windows_start.pl', 'misc/plack/koha.psgi' ];
24 all_perl_files_ok(@dirs);