Skip Menu |

This queue is for tickets about the CPAN-Mini-FromList CPAN distribution.

Report information
The Basics
Id: 69778
Status: open
Priority: 0/
Queue: CPAN-Mini-FromList

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

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



Subject: patch to minicpan-fromlist
Please apply this path to minicpan-fromlist. It fixes the bugs reported in the other bug report. 1a2,4 Show quoted text
> > eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}' > if 0; # not running under some shell
36c39 < return unless -e $filename; --- Show quoted text
> return unless -f $filename;
74c77 < CPAN::Mini::FromList->delete_02packages($local); --- Show quoted text
> CPAN::Mini::FromList->delete_02packages($config{local});
78c81 < local => $config{local_fromlist} --- Show quoted text
> local => $config{local_fromlist},
89c92 < CPAN::Mini::FromList->generate_fake_02packages($local); --- Show quoted text
> CPAN::Mini::FromList->generate_fake_02packages($config{local});
Subject: Re: [rt.cpan.org #69778] patch to minicpan-fromlist
Date: Tue, 26 Jul 2011 11:03:47 +0200
To: Jiří Pavlovský via RT <bug-CPAN-Mini-FromList [...] rt.cpan.org>
From: Thomas Klausner <domm [...] plix.at>
Hi! On Mon, Jul 25, 2011 at 04:54:02AM -0400, Jiří Pavlovský via RT wrote: Show quoted text
> Please apply this path to minicpan-fromlist. It fixes the bugs reported > in the other bug report.
I'm currently on holidays (without laptop); I'll review & apply the patch next week. Thanks, and sorry for the late reply, domm -- #!/usr/bin/perl http://domm.plix.at for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}
On Tue Jul 26 05:04:32 2011, domm@plix.at wrote: Show quoted text
> Hi! > > On Mon, Jul 25, 2011 at 04:54:02AM -0400, Jiří Pavlovský via RT wrote: >
> > Please apply this path to minicpan-fromlist. It fixes the bugs reported > > in the other bug report.
> > I'm currently on holidays (without laptop); I'll review & apply the > patch next week. > > Thanks, and sorry for the late reply, > domm >
No problem, thanks. Anyway I was too quick with that patch (mixing the 'local'and 'local_fromlist'.
Subject: Re: [rt.cpan.org #69778] patch to minicpan-fromlist
Date: Sat, 13 Aug 2011 10:17:19 +0200
To: Jiří Pavlovský via RT <bug-CPAN-Mini-FromList [...] rt.cpan.org>
From: Thomas Klausner <domm [...] plix.at>
Hi! On Wed, Jul 27, 2011 at 06:51:23AM -0400, Jiří Pavlovský via RT wrote: Show quoted text
> No problem, thanks. Anyway I was too quick with that patch (mixing the > 'local'and 'local_fromlist'.
I sort of applied your patch, but currently have no working minicpan setup (did a fresh install recently...). I'm not pushing a new release to CPAN right now, because I'd like to test it a little bit more. Anyway, the source is now also availabe on github, so if you want to work on it, just fork! https://github.com/domm/CPAN-Mini-FromList -- #!/usr/bin/perl http://domm.plix.at for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}