Skip Menu |

This queue is for tickets about the GBrowse CPAN distribution.

Report information
The Basics
Id: 87252
Status: open
Priority: 0/
Queue: GBrowse

People
Owner: Nobody in particular
Requestors: rurban [...] x-ray.at
Cc:
AdminCc:

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



Subject: [PATCH] wrong return precedence
returns binds stronger than or, so the expressions after or are ignored. See https://rt.perl.org/rt3/Public/Bug/Display.html?id=59802
Subject: GBrowse-2.55-returnor.patch
diff -bu GBrowse-2.55-vnBghT/install_util/GBrowseInstall.pm~ GBrowse-2.55-vnBghT/install_util/GBrowseInstall.pm --- GBrowse-2.55-vnBghT/install_util/GBrowseInstall.pm~ 2013-07-10 09:50:05.000000000 -0500 +++ GBrowse-2.55-vnBghT/install_util/GBrowseInstall.pm 2013-07-24 10:13:53.693624425 -0500 @@ -992,7 +992,7 @@ sub perl5lib { my $self = shift; - return $self->added_to_INC or undef; + return $self->added_to_INC || undef; } sub scriptdir {
Subject: Re: [rt.cpan.org #87252] [PATCH] wrong return precedence
Date: Wed, 24 Jul 2013 11:46:06 -0400
To: bug-GBrowse [...] rt.cpan.org
From: Mark Stosberg <mark [...] summersault.com>
I was surprised to find that I'm a maintainer of this module. Lincoln must have made me a co-maintainer as part of making me a co-maintainer of CGI.pm as well. I don't use this module myself, and looks like the bug queue hasn't seen an activity in 3+ years, either for new reports, or follow-ups. Are you interested in becoming a co-maintainer yourself, to get this patch released? The final call would be up to Lincoln, but neither he nor I are spending any time on this module currently. Mark
Subject: Re: [rt.cpan.org #87252] [PATCH] wrong return precedence
Date: Wed, 24 Jul 2013 11:57:07 -0400
To: bug-GBrowse [...] rt.cpan.org
From: Lincoln Stein <lincoln.stein [...] gmail.com>
I don't know why Mark is a co-maintainer. This is a completely unrelated module. The bug reporting and change management for GBrowse is done through github at https://github.com/GMOD/GBrowse. The CPAN queue is ignored. Lincoln On Wed, Jul 24, 2013 at 11:46 AM, mark@summersault.com via RT < bug-GBrowse@rt.cpan.org> wrote: Show quoted text
> Queue: GBrowse > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87252 > > > > I was surprised to find that I'm a maintainer of this module. Lincoln > must have made me a co-maintainer as part of making me a co-maintainer > of CGI.pm as well. > > I don't use this module myself, and looks like the bug queue hasn't seen > an activity in 3+ years, either for new reports, or follow-ups. > > Are you interested in becoming a co-maintainer yourself, to get this > patch released? > > The final call would be up to Lincoln, but neither he nor I are spending > any time on this module currently. > > Mark > >
-- Lincoln D. Stein Director, Informatics and Biocomputing Platform Ontario Institute for Cancer Research 101 College St., Suite 800 Toronto, ON, Canada M5G0A3 416 673-8514 Assistant: Renata Musa <Renata.Musa@oicr.on.ca>
CC: bug-GBrowse [...] rt.cpan.org
Subject: Fwd: [rt.cpan.org #87252] [PATCH] wrong return precedence
Date: Wed, 24 Jul 2013 11:43:39 -0500
To: modules [...] perl.org
From: Reini Urban <rurban [...] x-ray.at>
FYI: Lincoln can fix the wrong permission by his own, but someone else made Mark co-maint on GBrowse. Interesting Show quoted text
---------- Forwarded message ---------- From: Lincoln Stein via RT <bug-GBrowse@rt.cpan.org> Date: Wed, Jul 24, 2013 at 10:57 AM Subject: Re: [rt.cpan.org #87252] [PATCH] wrong return precedence To: rurban@x-ray.at <URL: https://rt.cpan.org/Ticket/Display.html?id=87252 > I don't know why Mark is a co-maintainer. This is a completely unrelated module. The bug reporting and change management for GBrowse is done through github at https://github.com/GMOD/GBrowse. The CPAN queue is ignored. Lincoln On Wed, Jul 24, 2013 at 11:46 AM, mark@summersault.com via RT < bug-GBrowse@rt.cpan.org> wrote:
> Queue: GBrowse > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87252 > > > > I was surprised to find that I'm a maintainer of this module. Lincoln > must have made me a co-maintainer as part of making me a co-maintainer > of CGI.pm as well. > > I don't use this module myself, and looks like the bug queue hasn't seen > an activity in 3+ years, either for new reports, or follow-ups. > > Are you interested in becoming a co-maintainer yourself, to get this > patch released? > > The final call would be up to Lincoln, but neither he nor I are spending > any time on this module currently. > > Mark > >
-- Lincoln D. Stein Director, Informatics and Biocomputing Platform Ontario Institute for Cancer Research 101 College St., Suite 800 Toronto, ON, Canada M5G0A3 416 673-8514 Assistant: Renata Musa <Renata.Musa@oicr.on.ca> -- Reini Urban http://cpanel.net/ http://www.perl-compiler.org/