Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Reverse Dependency Usage

by thunders (Priest)
on Aug 05, 2009 at 16:59 UTC ( [id://786171]=note: print w/replies, xml ) Need Help??


in reply to Reverse Dependency Usage

It depends on what you mean by use, and what universe of modules you want to test. All the modules in the lib path on your system? All the modules on CPAN?

If on your system, and If you are referring to compile time use you can write a script to use File::Find on your @INC path and require() every module found, then check %INC to see if your module is in there.

But those modules could still be dynamically loading the module, and that's a bit harder to test for.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://786171]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-20 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found