From e73b6c64d28219d87f1b7ff1af26bbdee870890c 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 --- Makefile.PL | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index e1a3be2..213459a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -313,6 +313,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', -- 1.7.0.4