Fri Jun 30 08:29:45 2017ppisar [...] redhat.com - Ticket created
Subject:
Unused dependency on Module::Build
META.json declares configure-time dependency on Module::Build 0.42. However, the module is not used anywhere. Please remove the module from the meta data.
Sat Jul 01 08:46:55 2017STEFFENW [...] cpan.org - Correspondence added
This is my build tool, it is automaticly added.
Sat Jul 01 08:46:56 2017The RT System itself - Status changed from 'new' to 'open'
Sat Jul 01 08:47:06 2017STEFFENW [...] cpan.org - Status changed from 'open' to 'rejected'
Sun Jul 02 20:27:54 2017ether [...] cpan.org - Correspondence added
On 2017-07-01 05:46:55, STEFFENW wrote:
Show quoted text
> This is my build tool, it is automaticly added.
Can you clarify your development flow? The bug is genuine -- Module::Build is not needed at configure time during end-user installs, since Makefile.PL uses ExtUtils::MakeMaker instead.
Sun Jul 02 20:28:00 2017ether [...] cpan.org - Status changed from 'rejected' to 'open'
At the moment I do thin in a Windows batch file:
call ./Build dist
Ends in:
Creating Makefile.PL
Module::Build was not found in configure_requires! Adding it now
automatically as: configure_requires => { 'Module::Build' => 0.42 }
Created META.yml and META.json
Creating Test-HexDifferences-1.000
Creating Test-HexDifferences-1.000.tar.gz
In other build tools I missed creating the
PPM-Test-HexDifferences-1.000.tar.gz
and
Test-HexDifferences.ppd
files for ActiveState ppm
GOING TO FIX.
Mon Jul 03 13:30:18 2017STEFFENW [...] cpan.org - Taken