Skip Menu |

This queue is for tickets about the WWW-Mechanize-GZip CPAN distribution.

Report information
The Basics
Id: 71106
Status: open
Priority: 0/
Queue: WWW-Mechanize-GZip

People
Owner: Nobody in particular
Requestors: d.thomas [...] its.uq.edu.au
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.12
Fixed in: (no value)



Subject: empty META.yml
this also explains 47056 [ERROR] Could not read /root/.cpanplus/5.10.0/build/WWW-Mechanize-GZip-0.11/META.yml rated as important as it can prevent builds
Hi, This is still a problem in the latest WWW-Mechanize-GZip-0.13 release (2018-07-16) as the META.yml in the distribution is still empty. I'm not sure how Peter is generating the distribution, but a simple `make dist` should already generate the release tarball along with the META.* files, provided that the CPAN::Meta module is installed on the host machine.[1] [1]: https://metacpan.org/pod/ExtUtils::MakeMaker#Module-Meta-Data-(META-and-MYMETA I've attached META.* files here from a local `make distdir` of 0.13 for reference. Cheers, Zak
Subject: META.json
{ "abstract" : "tries to fetch webpages with gzip-compression", "author" : [ "Peter Giessner <cardb@planet-elektronik.de>" ], "dynamic_config" : 1, "generated_by" : "ExtUtils::MakeMaker version 7.32, CPAN::Meta::Converter version 2.143240", "license" : [ "unknown" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : "2" }, "name" : "WWW-Mechanize-GZip", "no_index" : { "directory" : [ "t", "inc" ] }, "prereqs" : { "build" : { "requires" : { "ExtUtils::MakeMaker" : "0" } }, "configure" : { "requires" : { "ExtUtils::MakeMaker" : "0" } }, "runtime" : { "requires" : { "Compress::Zlib" : "0", "Test::More" : "0", "WWW::Mechanize" : "0" } } }, "release_status" : "stable", "version" : "0.13" }
Subject: MYMETA.yml
--- abstract: 'tries to fetch webpages with gzip-compression' author: - 'Peter Giessner <cardb@planet-elektronik.de>' build_requires: ExtUtils::MakeMaker: '0' configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 generated_by: 'ExtUtils::MakeMaker version 7.32, CPAN::Meta::Converter version 2.143240' license: unknown meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: '1.4' name: WWW-Mechanize-GZip no_index: directory: - t - inc requires: Compress::Zlib: '0' Test::More: '0' WWW::Mechanize: '0' version: '0.13'