Subject: | [PATCH] Added Debian package name |
Date: | Thu, 18 Jul 2013 19:47:04 +0200 |
To: | <bug-XML-Parser [...] rt.cpan.org> |
From: | alois.mahdal [...] zxcvb.cz |
---
Makefile.PL | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index f1545ce..fc86d21 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -39,8 +39,8 @@ unless (
warn <<'Expat_Not_Installed;';
Expat must be installed prior to building XML::Parser and I can't find
-it in the standard library directories. Install 'expat-devel' package
with your
-OS package manager. See 'README'.
+it in the standard library directories. Install 'expat-devel' (or
+'libexpat1-dev') package with your OS package manager. See 'README'.
Or you can download expat from:
@@ -99,8 +99,8 @@ unless ($expat_libpath) {
warn <<'Expat_Not_Installed;';
Expat must be installed prior to building XML::Parser and I can't find
-it in the standard library directories. Install 'expat-devel' package
with your
-OS package manager.
+it in the standard library directories. Install 'expat-devel' (or
+'libexpat1-dev') package with your OS package manager.
Or you can download expat from:
--
1.8.3.1