blob: 12a7fb8e94a962177f3924db3c2ac1828eccd862 (
plain)
1
2
3
4
5
6
7
8
9
10
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' ) {
|