Skip Menu |

This queue is for tickets about the Config-Neat CPAN distribution.

Report information
The Basics
Id: 93476
Status: resolved
Priority: 0/
Queue: Config-Neat

People
Owner: Nobody in particular
Requestors: RSAVAGE [...] cpan.org
Cc:
AdminCc:

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



Subject: Add warning to docs: Module only works on MS Windows
Here is an extract from the failure to install: # Failed test 'readme.nconf parsing should fail because of unresolved inheritance path' # at t/inherit.t line 34. # 'Can't open [/home/ron/.cpanm/work/1393718684.27967/Config-Neat-0.3/t/../../sample/readme.nconf]: No such file or directory at /home/ron/.cpanm/work/1393718684.27967/Config-Neat-0.3/t/../lib/Config/Neat/Util.pm line 214. # ' # doesn't match '(?^:^Can't open \[C:\\path\\to\\file\]: No such file or directory)'
On 2014-03-02 14:15:14, RSAVAGE wrote: Show quoted text
> Here is an extract from the failure to install: > > # Failed test 'readme.nconf parsing should fail because of > unresolved inheritance path' > # at t/inherit.t line 34. > # 'Can't open > [/home/ron/.cpanm/work/1393718684.27967/Config-Neat- > 0.3/t/../../sample/readme.nconf]: No such file or directory at > /home/ron/.cpanm/work/1393718684.27967/Config-Neat- > 0.3/t/../lib/Config/Neat/Util.pm line 214. > # ' > # doesn't match '(?^:^Can't open \[C:\\path\\to\\file\]: No such > file or directory)'
The installer should bail out if not on windows. See Devel::AssertOS.
Subject: Re: [rt.cpan.org #93476] Add warning to docs: Module only works on MS Windows
Date: Tue, 04 Mar 2014 08:24:58 +1100
To: bug-Config-Neat [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi Karen Sure, but why direct this email to me!? On 04/03/14 05:54, Karen Etheridge via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=93476 > > > On 2014-03-02 14:15:14, RSAVAGE wrote:
>> Here is an extract from the failure to install: >> >> # Failed test 'readme.nconf parsing should fail because of >> unresolved inheritance path' >> # at t/inherit.t line 34. >> # 'Can't open >> [/home/ron/.cpanm/work/1393718684.27967/Config-Neat- >> 0.3/t/../../sample/readme.nconf]: No such file or directory at >> /home/ron/.cpanm/work/1393718684.27967/Config-Neat- >> 0.3/t/../lib/Config/Neat/Util.pm line 214. >> # ' >> # doesn't match '(?^:^Can't open \[C:\\path\\to\\file\]: No such >> file or directory)'
> > > The installer should bail out if not on windows. See Devel::AssertOS. >
-- Ron Savage savage.net.au
RT-Send-CC: ron [...] savage.net.au
Fixed in v0.5 (will appear on CPAN soon). Tests no longer have any assumptions on the absolute file paths and should no longer fail.