Skip Menu |

This queue is for tickets about the Module-Metadata CPAN distribution.

Maintainer(s)' notes

Attention bug reporters: issues MUST include the version of Module::Metadata that you are running that exhibit the stated symptoms. thank you!

Report information
The Basics
Id: 95129
Status: resolved
Priority: 0/
Queue: Module-Metadata

People
Owner: ether [...] cpan.org
Requestors: lukas.rampa [...] centrum.cz
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.000021



Subject: Missing test dependency - File::Path
Hi, File::Path::remove_tree is used in metadata.t (l. 299). I have just met a CentOS system with rather old File::Path installed, that version did not have remove_tree function yet. It seems that remove_tree was added to File::Path in 2.06_06. Can you please declare this as a dependency? Thanks, Lukas
Subject: Re: [rt.cpan.org #95129] Missing test dependency - File::Path
Date: Mon, 28 Apr 2014 10:13:37 -0700
To: Lukas Rampa via RT <bug-Module-Metadata [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Mon, Apr 28, 2014 at 12:48:25PM -0400, Lukas Rampa via RT wrote: Show quoted text
> File::Path::remove_tree is used in metadata.t (l. 299). I have just met a CentOS system with rather old File::Path installed, that version did not have remove_tree function yet. > It seems that remove_tree was added to File::Path in 2.06_06. Can you please declare this as a dependency?
It looks like there were a few issues with the latest Module::Metadata release :( -- I'll get a new version out today.
Fixed, by using the legacy rmtree interface instead of the newer remove_tree one (https://github.com/Perl-Toolchain-Gang/Module-Metadata/pull/7). sorry about that!