Skip Menu |

This queue is for tickets about the FindBin-libs CPAN distribution.

Report information
The Basics
Id: 125234
Status: resolved
Priority: 0/
Queue: FindBin-libs

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

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



Subject: Makefile.PL declares wrong dependency for File::Copy::Recursive::Reduced
joenio@template-master:~/template$ cpanm FindBin::libs --> Working on FindBin::libs Fetching http://www.cpan.org/authors/id/L/LE/LEMBARK/FindBin-libs-2.018000.tar.gz ... OK ==> Found dependencies: File::Copy::Recursive::Reduced Found File::Copy::Recursive::Reduced 0.006 which doesn't satisfy 0.200. ! Installing the dependencies failed: Installed version (0.006) of File::Copy::Recursive::Reduced is not in range '0.200' ! Bailing out the installation for FindBin-libs-2.018000. The latest version of File::Copy::Recursive::Reduced is 0.006 but FindBin::libs looks for 0.200 version.
https://metacpan.org/pod/File::Copy::Recursive::Reduced James E Keenan / File-Copy-Recursive-Reduced-0.006 / File::Copy::Recursive::Reduced So far as I can tell it exists.
Subject: [rt.cpan.org #125234]
Date: Thu, 10 May 2018 13:07:33 +1000
To: bug-FindBin-libs [...] rt.cpan.org
From: Rick Hansen <rickh_rtcpan [...] benon.com>
FindBin-libs-2.019000 has been updated to require: File::Copy::Recursive::Reduced  0.6 But that is interpreted as 0.600! I think it should be: File::Copy::Recursive::Reduced  0.006
CC: lembark [...] wrkhors.com
Subject: Re: [rt.cpan.org #125234]
Date: Thu, 10 May 2018 08:08:51 -0500
To: bug-FindBin-libs [...] rt.cpan.org
From: Steven Lembark <lembark [...] wrkhors.com>
On Wed, 9 May 2018 23:28:37 -0400 "Rick Hansen via RT" <bug-FindBin-libs@rt.cpan.org> wrote: Show quoted text
> Queue: FindBin-libs > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=125234 > > > FindBin-libs-2.019000 has been updated to require: > > File::Copy::Recursive::Reduced  0.6 > > But that is interpreted as 0.600! I think it should be: > > File::Copy::Recursive::Reduced  0.006
This is why I *hate* supporting really old versions of Perl. Anything older than 5.10 should be relegated to the dustbin of history... The really dumb thing we do to ourselves is keep supporting 5.8 rather than collectively screaming that Perl needs to be updated (e.g., acting more like Python Nazis). I'll update it now... -- Steven Lembark 1505 National Ave Workhorse Computing Rockford, IL 61103 lembark@wrkhors.com +1 888 359 3508
CC: lembark [...] wrkhors.com
Subject: Re: [rt.cpan.org #125234]
Date: Thu, 10 May 2018 08:14:33 -0500
To: bug-FindBin-libs [...] rt.cpan.org
From: Steven Lembark <lembark [...] wrkhors.com>
On Wed, 9 May 2018 23:28:37 -0400 "Rick Hansen via RT" <bug-FindBin-libs@rt.cpan.org> wrote: Show quoted text
> Queue: FindBin-libs > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=125234 > > > FindBin-libs-2.019000 has been updated to require: > > File::Copy::Recursive::Reduced  0.6 > > But that is interpreted as 0.600! I think it should be: > > File::Copy::Recursive::Reduced  0.006
That was it: I left the 'v' off: DB<1> x version->parse( '0.6' )->numify 0 0.600 DB<2> x version->parse( 'v0.6.0' )->numify 0 0.006000 DB<3> x version->parse( 'v0.6' )->numify 0 0.006000 -- Steven Lembark 1505 National Ave Workhorse Computing Rockford, IL 61103 lembark@wrkhors.com +1 888 359 3508