Module::Info::File 0.05 Released

jonasbn on 2004-02-28T14:30:43

One of my former colleagues asked me yesterday whether I knew an easy way of traversing a perl installation and retrieving version numbers of all installed modules.

I answered him I only knew how to do this in a script. So I have updated my version.pl script, which is included in my Module-Info-File module so it can now do exactly that.

I hope he will find it usefull,


An autobundle can do that too

brian_d_foy on 2004-02-28T14:44:27

You can use CPAN.pm (or the cpan script that comes with it) to create an autobundle, too. That should have all the module names and versions, although the modules have to show up on CPAN to be in the list.

Re:An autobundle can do that too

jonasbn on 2004-03-10T09:30:56

Hmmm interesting - but since modules will have to be on the CPAN for that to work, I guess my contribution is ok too... :)