Skip Menu |

This queue is for tickets about the Shipwright CPAN distribution.

Report information
The Basics
Id: 55663
Status: resolved
Priority: 0/
Queue: Shipwright

People
Owner: Nobody in particular
Requestors: naama.menda [...] gmail.com
Cc:
AdminCc:

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



Subject: checking for File::Path compatible version is missing
Installing Shipwright from cpan: t/00.load.t ......... 1/37 # Failed test 'use Shipwright::Backend::Base;' # at t/00.load.t line 19. # Tried to use 'Shipwright::Backend::Base'. # Error: "make_path" is not exported by the File::Path module # "remove_tree" is not exported by the File::Path module
interesting, what's your File::Path version? Makefile.PL declares that File::Path need to be at least 2.07 On Wed Mar 17 11:30:25 2010, nmenda wrote: Show quoted text
> Installing Shipwright from cpan: > > > t/00.load.t ......... 1/37 > # Failed test 'use Shipwright::Backend::Base;' > # at t/00.load.t line 19. > # Tried to use 'Shipwright::Backend::Base'. > # Error: "make_path" is not exported by the File::Path module > # "remove_tree" is not exported by the File::Path module
Subject: Re: [rt.cpan.org #55663] checking for File::Path compatible version is missing
Date: Wed, 17 Mar 2010 12:22:02 -0400
To: bug-Shipwright <bug-Shipwright [...] rt.cpan.org>
From: Naama Menda <naama.menda [...] gmail.com>
I have File::Path 2.04 -Naama On Wed, Mar 17, 2010 at 11:48 AM, sunnavy via RT <bug-Shipwright@rt.cpan.org Show quoted text
> wrote:
Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=55663 > > > interesting, what's your File::Path version? > > Makefile.PL declares that File::Path need to be at least 2.07 > > On Wed Mar 17 11:30:25 2010, nmenda wrote:
> > Installing Shipwright from cpan: > > > > > > t/00.load.t ......... 1/37 > > # Failed test 'use Shipwright::Backend::Base;' > > # at t/00.load.t line 19. > > # Tried to use 'Shipwright::Backend::Base'. > > # Error: "make_path" is not exported by the File::Path module > > # "remove_tree" is not exported by the File::Path module
> > >
Subject: Re: [rt.cpan.org #55663] checking for File::Path compatible version is missing
Date: Thu, 18 Mar 2010 00:27:45 +0800
To: bug-Shipwright [...] rt.cpan.org
From: sun navy <sunnavy [...] gmail.com>
when you ran Makefile.PL, didn't perl say that your File::Path was too old? I assume your Shipwright is recent enough, i.e. v2.4.0+ On Thu, Mar 18, 2010 at 12:23 AM, Naama Menda via RT <bug-Shipwright@rt.cpan.org> wrote: Show quoted text
>       Queue: Shipwright >  Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=55663 > > > I have File::Path 2.04 > > -Naama > > > > On Wed, Mar 17, 2010 at 11:48 AM, sunnavy via RT <bug-Shipwright@rt.cpan.org
>> wrote:
>
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=55663 > >> >> interesting, what's your File::Path version? >> >> Makefile.PL declares that File::Path need to be at least 2.07 >> >> On Wed Mar 17 11:30:25 2010, nmenda wrote:
>> > Installing Shipwright from cpan: >> > >> > >> > t/00.load.t ......... 1/37 >> > # Failed test 'use Shipwright::Backend::Base;' >> > # at t/00.load.t line 19. >> > # Tried to use 'Shipwright::Backend::Base'. >> > # Error: "make_path" is not exported by the File::Path module >> > # "remove_tree" is not exported by the File::Path module
>> >> >>
> >
-- best wishes sunnavy
Subject: Re: [rt.cpan.org #55663] checking for File::Path compatible version is missing
Date: Wed, 17 Mar 2010 13:57:12 -0400
To: bug-Shipwright <bug-Shipwright [...] rt.cpan.org>
From: Naama Menda <naama.menda [...] gmail.com>
this was the output of installing Shipwright from CPAN , so it should be the current version, right? -Naama On Wed, Mar 17, 2010 at 12:28 PM, sunnavy via RT <bug-Shipwright@rt.cpan.org Show quoted text
> wrote:
Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=55663 > > > when you ran Makefile.PL, didn't perl say that your File::Path was too old? > I assume your Shipwright is recent enough, i.e. v2.4.0+ > > On Thu, Mar 18, 2010 at 12:23 AM, Naama Menda via RT > <bug-Shipwright@rt.cpan.org> wrote:
> > Queue: Shipwright > > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=55663 > > > > > I have File::Path 2.04 > > > > -Naama > > > > > > > > On Wed, Mar 17, 2010 at 11:48 AM, sunnavy via RT <
> bug-Shipwright@rt.cpan.org
> >> wrote:
> >
> >> <URL: https://rt.cpan.org/Ticket/Display.html?id=55663 > > >> > >> interesting, what's your File::Path version? > >> > >> Makefile.PL declares that File::Path need to be at least 2.07 > >> > >> On Wed Mar 17 11:30:25 2010, nmenda wrote:
> >> > Installing Shipwright from cpan: > >> > > >> > > >> > t/00.load.t ......... 1/37 > >> > # Failed test 'use Shipwright::Backend::Base;' > >> > # at t/00.load.t line 19. > >> > # Tried to use 'Shipwright::Backend::Base'. > >> > # Error: "make_path" is not exported by the File::Path module > >> > # "remove_tree" is not exported by the File::Path module
> >> > >> > >>
> > > >
> > > > -- > best wishes > sunnavy > >
I resolved this "bug" because we already specified File::Path version in Makefile.PL