pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Parse-CPAN-Meta
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Jul 15 20:39:42 UTC 2014
Modified Files:
pkgsrc/devel/p5-Parse-CPAN-Meta: Makefile distinfo
Log Message:
Update to 1.4414. From the changelog:
- Added load_string, which uses heuristics to guess YAML/JSON content
- load_file will now attempt to detect YAML/JSON content if the suffix
is not .json, .yml or .yaml
- UTF-8 decoding is done differently to avoid requiring
a newer version of Encode (Graham Knop)
- Added prerequisite on Encode 2.11 (Paul Howarth)
- Invalid UTF-8 encoding in YAML files are now replaced with "PERLQQ"
quoting from the Encode module and without warnings.
- Removed legacy test modifications for $ENV{PERL_CORE}
- Dropped support for Perl's before v5.8.1 to ensure proper
UTF-8 and IO layer support
- Updated CPAN::Meta::YAML prereq to 0.011 due to deprecation
of 'errstr' and consistent use of exceptions
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/p5-Parse-CPAN-Meta/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Parse-CPAN-Meta/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index