Skip Menu |

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

Report information
The Basics
Id: 7013
Status: resolved
Priority: 0/
Queue: Module-ExtractUse

People
Owner: domm [...] cpan.org
Requestors: schwern [...] pobox.com
Cc:
AdminCc:

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



Subject: Parser should remember previously scanned modules.
The parser object will forget what module dependencies it saw every time extract_use() is called. There's not much point having an object if its not going to save state. It would be nice if the parser object remembered what modules it saw. This would make it a lot easier to scan all the modules used by an entire project. Possibly provide a reset/clear method to blow away its state. Alternatively, let extract_use() take a list of files.