Skip Menu |

This queue is for tickets about the Filter CPAN distribution.

Report information
The Basics
Id: 132325
Status: resolved
Priority: 0/
Queue: Filter

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

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



Subject: Set path in two test files correctly for use in Perl 5 core distribution
One of the major changes introduced in perl-5.28 in 2018 was a security fix which caused directory . to no longer be automatically included in @INC. Prior to that production release, we had to make certain workarounds in an important component of the Perl 5 testing infrastructure, t/TEST, to accommodate three CPAN distributions which are shipped with the Perl 5 core distribution. The Filter distribution was one of those three. We would like to be able to remove the workaround from t/TEST. To that end, I have submitted pull request https://github.com/rurban/Filter/pull/11 which includes revisions to the BEGIN block in two files and which I have tested successfully both in core and in a git checkout. If these changes are satisfactory, we would appreciate a new CPAN release of Filter so that we can then synch it into Perl 5 blead. Thank you very much. Jim Keenan
Merged as GH PR #11 and will be in the upcoming 1.60 -- Reini Urban