Skip Menu |

This queue is for tickets about the Module-Extract-Use CPAN distribution.

Report information
The Basics
Id: 79273
Status: resolved
Priority: 0/
Queue: Module-Extract-Use

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

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



Hi brian With code like this: package Controller; use parent 'CGI::Snapp'; use Capture::Tiny 'capture'; 1; your module reports: parent Capture::Tiny but Perl::PrereqScanner reports: Capture::Tiny parent CGI::Snapp Likewise for 'use base X::Y;'. Cheers Ron
I've been thinking about this issue. I'm not trying to create a prereq scanner, so I don't want to infer information like that. However, I want other people to be able to infer that information so I should provide the import list. Another layer could then mutate the data. I could even provide that other layer.
The current docs already note the recursive feature as a "to do" item, and I'll add notes to the docs to make a more forceful statement about not recursing to find out what another module may do. I'm moving this to a wish list item.
Subject: Re: [rt.cpan.org #79273]
Date: Thu, 30 Aug 2012 08:46:53 +1000
To: bug-Module-Extract-Use [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
Hi brian On 30/08/12 01:01, brian d foy via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=79273> > > The current docs already note the recursive feature as a "to do" item, and I'll add notes to the > docs to make a more forceful statement about not recursing to find out what another module > may do. I'm moving this to a wish list item.
OK. Thanx for the quick response. -- Ron Savage http://savage.net.au/ Ph: 0421 920 622