Skip Menu |

This queue is for tickets about the B-Lint CPAN distribution.

Report information
The Basics
Id: 83049
Status: resolved
Priority: 0/
Queue: B-Lint

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

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



Subject: Useless installation into architecture specific path
1.17 version installs pure Perl modules into archlib. I cannot see reason why. This is caused by this Makefile.PL code: PM => { 'lib/B/Lint.pm' => '$(INST_ARCHLIB)/B/Lint.pm', 'lib/B/Lint/Debug.pm' => '$(INST_ARCHLIB)/B/Lint/Debug.pm', } which has been added due to report <https://rt.cpan.org/Public/Bug/Display.html?id=54453>, but the reporter qualified the code with ($] < 5.011) condition which is not in current Makefile.PL. Am I missing something, or is this a bug?
Subject: Re: [rt.cpan.org #83049] Useless installation into architecture specific path
Date: Wed, 30 Jan 2013 10:29:51 -0500
To: Petr Pisar via RT <bug-B-Lint [...] rt.cpan.org>
From: Ricardo Signes <rjbs [...] cpan.org>
* Petr Pisar via RT <bug-B-Lint@rt.cpan.org> [2013-01-30T10:23:51] Show quoted text
> Am I missing something, or is this a bug?
I hesitate to call it a bug, but I think it's at least sort of mess. :-) Perhaps this sorts it out, and do note the line *before* the diff as well: https://github.com/rjbs/B-Lint/commit/b973f26437a7d0584a73d6e1bf8c08a15873b82a -- rjbs
Download signature.asc
application/pgp-signature 490b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #83049] Useless installation into architecture specific path
Date: Wed, 30 Jan 2013 16:39:24 +0100
To: Ricardo Signes via RT <bug-B-Lint [...] rt.cpan.org>
From: Petr Pisar <ppisar [...] redhat.com>
On Wed, Jan 30, 2013 at 10:30:04AM -0500, Ricardo Signes via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=83049 > > > * Petr Pisar via RT <bug-B-Lint@rt.cpan.org> [2013-01-30T10:23:51]
> > Am I missing something, or is this a bug?
> > I hesitate to call it a bug, but I think it's at least sort of mess. :-) > > Perhaps this sorts it out, and do note the line *before* the diff as well: > > https://github.com/rjbs/B-Lint/commit/b973f26437a7d0584a73d6e1bf8c08a15873b82a >
Definitely itt solves the issue. -- Petr
Download (untitled)
application/pgp-signature 230b

Message body not shown because it is not plain text.

fixed in git -- rjbs