Skip Menu |

This queue is for tickets about the XML-Parser CPAN distribution.

Report information
The Basics
Id: 87022
Status: resolved
Priority: 0/
Queue: XML-Parser

People
Owner: Nobody in particular
Requestors: alois.mahdal [...] zxcvb.cz
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
Thanks, will be in next release: commit 6a6e69e1b309b526a25a4fdc49f3c48da9429320 Author: Todd Rinaldo <toddr@cpan.org> Date: Thu Jul 18 15:18:15 2013 -0500 RT 87022 - Add Debian and Red Hat package names needed for expat.
Subject: Re: [rt.cpan.org #87022] Resolved: [PATCH] Added Debian package name
Date: Thu, 18 Jul 2013 22:27:35 +0200
To: <bug-xml-parser [...] rt.cpan.org>
From: alois.mahdal [...] zxcvb.cz
Thanks, BTW this is actually a duplicate of wishlist Bug #86887, created before I "learned" how to send patches to CPAN :)