Skip Menu |

This queue is for tickets about the PathTools CPAN distribution.

Report information
The Basics
Id: 109017
Status: resolved
Priority: 0/
Queue: PathTools

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

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



Subject: Missing File::Spec::AmigaOS
3.59 changelog states "add File::Spec::AmigaOS" and File::Spec adds mapping amigaos => 'AmigaOS', but there is no File::Spec::AmigaOS module defined, no AmigaOS.pm file exist.
On 2015-11-15 23:46:56, ppisar wrote: Show quoted text
> 3.59 changelog states "add File::Spec::AmigaOS" and File::Spec adds > mapping amigaos => 'AmigaOS', but there is no File::Spec::AmigaOS > module defined, no AmigaOS.pm file exist.
I would suggest adding this test, which can catch such errors: use strict; use warnings; use Test::More; BEGIN { plan skip_all => 'these tests are for authors only!' unless -d '.git' || $ENV{AUTHOR_TESTING}; } use Test::DistManifest; manifest_ok();
Subject: Re: [rt.cpan.org #109017] Missing File::Spec::AmigaOS
Date: Wed, 18 Nov 2015 11:10:02 +0100
To: Karen Etheridge via RT <bug-PathTools [...] rt.cpan.org>
From: Petr Pisar <ppisar [...] redhat.com>
On Mon, Nov 16, 2015 at 12:42:10PM -0500, Karen Etheridge via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=109017 > > > On 2015-11-15 23:46:56, ppisar wrote:
> > 3.59 changelog states "add File::Spec::AmigaOS" and File::Spec adds > > mapping amigaos => 'AmigaOS', but there is no File::Spec::AmigaOS > > module defined, no AmigaOS.pm file exist.
> > > I would suggest adding this test, which can catch such errors: >
[...] Show quoted text
> use Test::DistManifest; > manifest_ok(); >
It's not listed in MANIFEST too. -- Petr
fixed in 3.60 -- rjbs