Skip to content

Commit d091855

Browse files
committed
expat-devel on modern OS
1 parent 2ee8907 commit d091855

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ unless (
3939
warn <<'Expat_Not_Installed;';
4040
4141
Expat must be installed prior to building XML::Parser and I can't find
42-
it in the standard library directories. Install 'expat-devel' package with your
42+
it in the standard library directories. Install expat development package with your
4343
OS package manager. See 'README'.
4444
4545
Or you can download expat from:

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ It requires at least version 5.004 of perl and it requires that you have
1010
release 1.95.0 or greater of expat installed. You can download expat
1111
from http://sourceforge.net/projects/expat/
1212

13-
Best way is to install 'expat-devel' package with your OS package manager.
14-
Debian: expat-dev
15-
Xubuntu 6.06: libexpat1-dev
13+
Best way is to install expat development package with your OS package manager.
14+
Debian/Ubuntu/similar: libexpat1-dev (old versions: expat-dev)
1615

1716
After that run `cpan XML::Parser`.
1817

1918
You can install this module from OS package too, but CPAN has most fresh version.
2019
CentOS/RHEL/Fedora: perl-XML-Parser
20+
Debian/Ubuntu/similar: should be already installed
2121

2222

2323
The documentation for this extension can be found in pod format at the end

0 commit comments

Comments
 (0)