From 9c8f934a2c2c3808a2a5502c839b9cb087231ec5 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Mon, 19 Jul 2010 14:06:32 +1200 Subject: [PATCH] bug 5033: Add a reference to xml_sax to the Makefile.PL Signed-off-by: Chris Cormack --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index 0f75325861..8e0bdde308 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -312,6 +312,7 @@ my $target_map = { # that should go in /var/tmp/koha './tools' => 'INTRANET_CGI_DIR', './virtualshelves' => 'INTRANET_CGI_DIR', + './xml_sax.pl' => 'PERL_MODULE_DIR', # ignore files and directories created by the install itself './pm_to_blib' => 'NONE', './blib' => 'NONE', -- 2.39.5