I have been faced with the problem of choosing the 'right' module before and am curious to know how people select modules to use.
- Search CPAN
- narrow my selection down by reading the synopsis
- and then depending on how big the library is I:
- read the module's source code
- unpack the distro and add my own .t files to the test directory
If the feature the module offers is critical then I do both items for #3.
trwww