Skip Menu |

This queue is for tickets about the IPC-Run CPAN distribution.

Report information
The Basics
Id: 47810
Status: resolved
Worked: 10 min
Priority: 0/
Queue: IPC-Run

People
Owner: TODDR [...] cpan.org
Requestors: jebram [...] breitbandelite.de
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.83
Fixed in: (no value)



This only concerns the check for vi-clone swap files in Makefile.PL - This check is broken. When installing CPAN distros without a cpan* tool, I habituallay do: perl -w Makefile.PL This yields a few lines of: Use of uninitialized value $_ in pattern match (m//) at Makefile.PL line 56 That line reads: return '' if /\.sw[a-z]$/; But there is no "$_" defined/visible in that line of "sub MY::libscan". What was intended here - I assume - was something like this, in order to check the filenames passed in: return q{} if $path =~ m/ \. sw [a-z] \z/msx;
Fix will be in 0.85
Subject: Makefile.PL check for vi swap files is wrong
resolved in 0.85