- New upstream release 0.56
- Added error() and error_code() error handling routines, which allows
encrypted files to be ignored; added t/10_error_codes.t for these methods
(CPAN RT#47978, CPAN RT#51033)
- Made version 0.19 of OLE::Storage_Lite a prerequisite to avoid issues when
writing OLE header in SaveParser
- Changed Parse() method name to parse() for consistency with the rest of the
API; the older method name is still supported but not documented
- Bump version requirement for perl(OLE::Storage_Lite) to 0.19
- No longer need to fix line-endings of Changes file