perl-xml-parser: Update to 2.46

Added patch that removes faulty expat check.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-11-18 15:45:01 -08:00
parent 51861836ca
commit 582e1c8eeb
2 changed files with 18 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -65,7 +65,7 @@ Expat_Not_Installed;
# exiting before Makefile generation silences CPANTesters reports
# when expat is not available.
- exit 0;
+# exit 0;
}
if ( not $expat_libpath and $] >= 5.006001 and $^O ne 'MSWin32' ) {