Bug 9843: Include OpenILS directory in Perl lib directory
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 19 Mar 2013 12:14:20 +0000 (08:14 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Tue, 19 Mar 2013 23:30:51 +0000 (19:30 -0400)
commit4dbd7c452878ef9eea411f54e3f90820bc8a3e1f
treed15de42c64ec7030c4e804c221f21e41332432c0
parent2f3cf47b829f0adfddf03066c11a9749ac4087e6
Bug 9843: Include OpenILS directory in Perl lib directory

When installing from the tarball, the OpenILS/QueryParser.pm file seems
to be missed because it is not included in Makefile.PL... sometimes.

To test:
1) Run Makefile.PL and make.
2) Look in blib/PERL_MODULE_DIR/ and check if the OpenILS directory is
   there.
3) Apply patch.
4) Rerun Makefile.PL and make.
5) Confirm that OpenILS directory is now in blib/PERL_MODULE_DIR/
   regardless of whether or not it was there during step (2).
6) Sign off.

Note: Confirmed that OpenILS directory is correctly installed in the lib dir,
in 'standard' install mode, and also 'single'.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Simple fix for a big problem.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Makefile.PL