Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/libxml-parser-perl: bump to version 2.47
The license file 'README' has changed due to the following diff: - $p3->parse($foo, ProtocolEncoding => 'ISO-8859-1'); - close($foo); + $p3->parse($fh, ProtocolEncoding => 'ISO-8859-1'); + close($fh); This does not affect the licensing terms. A 'LICENSE' file was added in 2.47, but it contains the terms of the wrong license (Artistic 2.0), while this package is under Artistic or GPL-1.0+. This has been reported upstream at cpan-authors/XML-Parser#99. Signed-off-by: Kevin Cui <[email protected]> Signed-off-by: Thomas Petazzoni <[email protected]>
- Loading branch information