summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2016-08-18 10:14:00 -0700
committerJames E Keenan <jkeenan@cpan.org>2016-08-19 19:44:35 -0400
commitf33f0562d25702270132a7cd9a85866f61c34473 (patch)
tree6edf08c9b3bd5025cd57dd2c4cbd0e8c7b530bbf /t/TEST
parent4690a2e02d47daf03446be6bc0143d8aa16bdb9f (diff)
downloadperl-f33f0562d25702270132a7cd9a85866f61c34473.tar.gz
Upgrade CPAN-Meta from 2.150005 -> 2.150010 (Parse-CPAN-Meta now combined into this distribution)
2.150010 2016-08-18 12:10:08-04:00 America/New_York [FIXED] - the YAML and JSON backend variables are ignored when building/testing the perl core itself, where non-core backends are not yet installed. [CHANGED] - Added "use warnings" to Parse::CPAN::Meta 2.150009 2016-07-02 21:07:49-04:00 America/New_York (TRIAL RELEASE) [FIXED] - Fixed used of Encode in Parse::CPAN::Meta::load_json_string (Cherry picked from Parse::CPAN::Meta 1.4422) 2.150008 2016-06-28 17:01:03-04:00 America/New_York (TRIAL RELEASE) [ADDED] - Merged Parse::CPAN::Meta 1.4420 into this distribution 2.150007 2016-06-28 03:48:16-04:00 America/New_York (TRIAL RELEASE) [FIXED] - The cloning routine would raise an error on expected types when it previously would stringify. The old behavior is restored. 2.150006 2016-06-23 20:05:46-04:00 America/New_York (TRIAL RELEASE) [FIXED] - CPAN::Meta::Prereqs now fully accepts phases and types starting with 'x_'. New 'phases' and 'types_in' interfaces have been added. - No longer relies on JSON backend for data structure cloning. This is much faster than using JSON::PP. [TESTS] - The 'extra_mappings' feature for meta merging is now tested and documented. - During tests, delete new environment variables added by Parse::CPAN::Meta 1.4418 [SPEC] - Clarifies acceptable values for booleans - Cleaned up text and links of historical specs.
Diffstat (limited to 't/TEST')
-rwxr-xr-xt/TEST2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/TEST b/t/TEST
index b27ab0290a..e00029c60b 100755
--- a/t/TEST
+++ b/t/TEST
@@ -51,7 +51,6 @@ my %abs = (
'../cpan/Locale-Codes' => 1,
'../cpan/Module-Load' => 1,
'../cpan/Module-Load-Conditional' => 1,
- '../cpan/Parse-CPAN-Meta' => 1,
'../cpan/Pod-Simple' => 1,
'../cpan/Test-Simple' => 1,
'../cpan/podlators' => 1,
@@ -69,7 +68,6 @@ my %temp_no_core =
'../cpan/IO-Compress' => 1,
'../cpan/MIME-Base64' => 1,
'../cpan/parent' => 1,
- '../cpan/Parse-CPAN-Meta' => 1,
'../cpan/Pod-Simple' => 1,
'../cpan/podlators' => 1,
'../cpan/Test-Simple' => 1,