Subject: | [PATCH] Use the standard LIBS and INC instead of special EXPAT options. |
Adam Kennedy pointed out to me that XML::Parser wants special EXPAT
options to the Makefile.PL in order to set the location of the expat
libraries. It should simply be using the standard LIBS and INC options.
The requirement for special options seems to be an artifact of Expat
working in it's own subdirectory. This patch merges the Expat sub
directory into the top level eliminating the second Makefile.PL and
significantly simplifying things.
In the process I threw the hard coded C:/lib/Expat-2.0.0/ which just
seems short sited. You're welcome to put it back in, but now that it's
using the normal LIBS and INC mechanisms people should have an easier
time making it work.
It also might be useful to put in compatibility for the EXPAT options.
Subject: | Parser.patch |
Message body is not shown because it is too large.