Bug 13758: (QA followup) Make Makefile.PL aware of Koha.pm
authorTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 7 May 2015 14:42:12 +0000 (11:42 -0300)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 7 May 2015 14:42:12 +0000 (11:42 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>

Makefile.PL

index 4b89524..96d2fb7 100644 (file)
@@ -279,6 +279,7 @@ my $target_map = {
   './installer'                 => 'INTRANET_CGI_DIR',
   './errors'                    => {target => 'INTRANET_CGI_DIR'},
   './Koha'                      => 'PERL_MODULE_DIR',
+  './Koha.pm'                   => 'PERL_MODULE_DIR',
   './koha-tmpl/intranet-tmpl'   => {target => 'INTRANET_TMPL_DIR', trimdir => -1},
   './koha-tmpl/opac-tmpl'       => {target => 'OPAC_TMPL_DIR', trimdir => -1},
   './kohaversion.pl'            => 'INTRANET_CGI_DIR',