in reply to Re: Module Finder
in thread Module Finder

Yep, the case insensitivity was completely intended. Mainly for those odd instances like Xbase and XBase. I guess, to make it a bit more robust, I should have tossed an argument parser to allow that option to be turned on/off.


Truthfully, this came about when I was working on a system that had no net connection, but I couldn't remember the root of the MD5 module. (Moronic, I know, but I hadn't used it in a loooong time.)

With this, it returns what I wanted (Digest::MD5), along with any other MD5 related modules. Given, they may not be very closely related, but I could toss the info into perldoc and find out.


Thanks for the tips though!

-inno