Skip Menu |

This queue is for tickets about the File-HomeDir CPAN distribution.

Report information
The Basics
Id: 128096
Status: resolved
Priority: 0/
Queue: File-HomeDir

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

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



Subject: Fails with perl 5.8.3
As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/d3fad9ba-d195-11e8-98b1-2dc7a1dbd8f1 Diagnostics: # Failed test 'Perl version is 5.005 or newer' # at t/01_compile.t line 20. # Implemented by: File::HomeDir::FreeDesktop # Looks like you failed 1 test of 11. The code leading to the fail is https://metacpan.org/source/REHSACK/File-HomeDir-1.004/t/01_compile.t#L20 Here is the line itself: ok($] > 5.008003, 'Perl version is 5.005 or newer'); Bycatch: the first argument to ok() does not match the text of the second. But this is harmless, it would never come to the light of the day. The fail comes to cpantesters because the Makefile.PL explicitely allows 5.8.3: https://metacpan.org/source/REHSACK/File-HomeDir-1.004/Makefile.PL#L4 use 5.008003; Switching to REHSACK/File-HomeDir-1.002.tar.gz seems to do as a workaround.
1.004 shall support perl 5.8.3+ ... which is reasonable low from 5.32 point of view. I don't know whether it's reasonable to support Perl 5.005 with new versions - I have no problems providing bug-fixes in special git-branches for users of such an ancient system. commit a784325010d5866c15e69badff0e74cb1a41c4c4 Author: Jens Rehsack <sno@netbsd.org> Date: Fri Mar 9 20:25:04 2018 +0100 Makefile.PL: bump minimum perl version
Fixed with 1.006