Devanchya has asked for the wisdom of the Perl Monks concerning the following question:
I feel guilty asking this question because it seems like it should be so simple:
How can I very quickly and easily get all the perl modules on a system and display them on the screen with the version if one is supplied (I'm assuing it would be a call to ::VERSION())
As an added bonus, would I be able to tell easily if they were core or not?
I'm forced to do a rather quick move of a server to a new box and want to ensure that all the specialist modules I've gotten from CPAN and other sources over the year. I know I could just look in each of the INC directories but that seems messy.
--
|
|---|