Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: What modules are we actually using?

by cbrandtbuffalo (Deacon)
on Apr 28, 2005 at 19:00 UTC ( [id://452441]=note: print w/replies, xml ) Need Help??


in reply to Re: What modules are we actually using?
in thread What modules are we actually using?

That's basically where I landed too, and the approach I'm going to take. I started looking at Module::Info and it already does the 'use' and 'require' parts. I'm going to try to add:
  • option to exclude pragmata; it currently spits out stuff like 'strict' from 'use strict' as a module
  • search for RootClass, which can be used in DBI connect
  • search for Class::DBIs has_a which can inflate something into an object of a specified class;

I know we have the last two items in our code base for sure. As others turn up, I'll add them too.

  • Comment on Re^2: What modules are we actually using?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-23 15:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found