LibreCat / Catmandu-XML

Catmandu modules for working with XML data
https://metacpan.org/module/Catmandu::XML
Other
4 stars 3 forks source link

failed install #11

Closed jorol closed 10 years ago

jorol commented 10 years ago
Test Summary Report
-------------------
t/exporter.t     (Wstat: 512 Tests: 8 Failed: 2)
Failed tests:  6, 8
Non-zero exit status: 2

#   Failed test 'export from field'
#   at t/exporter.t line 45.
#          got: '<foo bar="23"/>
# '
#     expected: '<foo bar="23" />
# '

#   Failed test 'exported to multiple files'
#   at t/exporter.t line 58.
#          got: '<?xml version="1.0" encoding="UTF-8"?>
# <foo/>
# '
#     expected: '<?xml version="1.0" encoding="UTF-8"?>
# <foo />
# '
nichtich commented 10 years ago

fixed failure introdudced with an update of XML::Struct to 0.23