Skip Menu |

This queue is for tickets about the MetasploitExpress-Parser CPAN distribution.

Report information
The Basics
Id: 116653
Status: open
Priority: 0/
Queue: MetasploitExpress-Parser

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

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



Subject: Core modules and tools no longer search "." for optional modules
On Tue Aug 02 01:27:25 2016, SREZIC wrote: Show quoted text
> Probably the same issue like > https://rt.cpan.org/Ticket/Display.html?id=116652
Patch.
Subject: open_qIfL49qs.txt
diff -rup MetasploitExpress-Parser-0.02-0-orig/t/parser.t MetasploitExpress-Parser-0.02-0/t/parser.t --- MetasploitExpress-Parser-0.02-0-orig/t/parser.t 2016-08-07 11:14:54.000000000 -0700 +++ MetasploitExpress-Parser-0.02-0/t/parser.t 2016-08-07 11:15:08.000000000 -0700 @@ -1,5 +1,6 @@ #!/usr/bin/perl # $Id$ +use lib '.'; use t::Test::Parser; use strict;
On 2016-08-02 01:27:25, SREZIC wrote: Show quoted text
> Probably the same issue like > https://rt.cpan.org/Ticket/Display.html?id=116652
Actually it seems that the problem exists also for older perls if a newer base.pm from CPAN is instaled.
Subject: Re: [rt.cpan.org #116653] Core modules and tools no longer search "." for optional modules
Date: Sun, 10 Jun 2018 12:51:43 -0400
To: bug-MetasploitExpress-Parser [...] rt.cpan.org
From: Joshua Abraham <jabra [...] spl0it.org>
I can fix my code if that is needed but yea would like feedback from others on it first. Sent from my iPhone Show quoted text
> On Jun 10, 2018, at 11:33 AM, Slaven_Rezic via RT <bug-MetasploitExpress-Parser@rt.cpan.org> wrote: > > Queue: MetasploitExpress-Parser > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=116653 > >
>> On 2016-08-02 01:27:25, SREZIC wrote: >> Probably the same issue like >> https://rt.cpan.org/Ticket/Display.html?id=116652
> > Actually it seems that the problem exists also for older perls if a newer base.pm from CPAN is instaled.