-
-
04 Dec 2015 03:35:12 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (6)
- Testers (297 / 20 / 0)
- Kwalitee
Bus factor: 1- 90.11% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (75.71KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Changes for version 2.21 - 2015-12-04
- Improved diagnostics - xml_in() will now catch parse exceptions and add caller information via Carp::croak
- Switch to use lexical warnings (suppress with either 'no warnings;' or 'no warnings "XML::Simple";', rather than $^W = 0)
- POD fixes (from David Steinbrunner)
- Regex escaping fixes for Perl 5.22+ (from Kent Fredric)
- Add workaround for test failures on RHEL/CentOS 6.5 (RT#102115 from Chris Drake, workaround from Tim Bunce)
- Remove some 'eval' calls from test suite which could mask root cause of test failures
- Make each test script use unique filenames to allow tests to be run in parallel (RT#101362 from Karen Etheridge & Kent Fredric)
- POD update: mention XML::Twig in 'STATUS' section (RT#79228 from Matt Trout)
Documentation
Modules
An API for simple XML filesModule Install Instructions
To install XML::Simple, copy and paste the appropriate command in to your terminal.
cpanm XML::Simple
perl -MCPAN -e shell install XML::Simple
For more information on module installation, please visit the detailed CPAN module installation guide.