6.46. XML::Parser-2.44

The XML::Parser module is a Perl interface to James Clark's XML parser, Expat.

Approximate build time: less than 0.1 SBU
Required disk space: 2.4 MB

6.46.1. Installation of XML::Parser

6.46.2. 32-bit Installation

Prepare XML::Parser for 32-bit compilation:

USE_ARCH=32 perl Makefile.PL

Compile the package:

make

To test the results, issue:

make test

Install the package:

make install

Clean up the build directory before moving on to the next platform:

make clean

6.46.3. x32 ABI Installation

Prepare XML::Parser for x32 ABI compilation:

USE_ARCH=x32 perl Makefile.PL

Compile the package:

make

To test the results, issue:

make test

Install the package:

make install

6.46.4. 64-bit Installation

Prepare XML::Parser for 64-bit compilation:

perl Makefile.PL

Compile the package:

make

To test the results, issue:

make test

Install the package:

make install

6.46.5. Contents of XML::Parser

Installed module: Expat.so

Short Descriptions

Expat

provides the Perl Expat interface