File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ unless (
3939 warn <<'Expat_Not_Installed;' ;
4040
4141Expat 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
4343OS package manager. See 'README'.
4444
4545Or you can download expat from:
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ It requires at least version 5.004 of perl and it requires that you have
1010release 1.95.0 or greater of expat installed. You can download expat
1111from 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
1716After that run `cpan XML::Parser`.
1817
1918You can install this module from OS package too, but CPAN has most fresh version.
2019CentOS/RHEL/Fedora: perl-XML-Parser
20+ Debian/Ubuntu/similar: should be already installed
2121
2222
2323The documentation for this extension can be found in pod format at the end
You can’t perform that action at this time.
0 commit comments