|
Posted by Ignoramus8011 on August 8, 2007, 2:08 pm
Please log in for more thread options
>
>> Is there some clever, canonical way to find out out all modules that
>> were installed on the system via CPAN? I have a server with a lot of
>> modules installed, that I want to replicate, hence the question.
>
> Will this help? From "perldoc CPAN":
>
> autobundle
>
> "autobundle" writes a bundle file into the "$CPAN::Con-
> fig->/Bundle" directory. The file contains a list of all
> modules that are both available from CPAN and currently installed
> within @INC. The name of the bundle file is based on the current date
> and a counter.
>
> sherm--
>
Thanks, I think that ExtUtils::Installed is just perfect for my needs.
i
|