For prepairing a perl upgrade, i wanted to know which perl xs modules are installed for my local activestate perl 5.16 installation.
Does anybody know how i could get such a list of perl modules?
For prepairing a perl upgrade, i wanted to know which perl xs modules are installed for my local activestate perl 5.16 installation.
Does anybody know how i could get such a list of perl modules?
I'm not sure how easy it is to properly differentiate between 'installed packages' and 'installed XS packages'.
The latter will very likely have been installed via PPM, so you should be able to list them with ppm list
.
dir /s/b *.dll
from your AP's lib
and site\lib
directory. (I think those in lib
came with AP, and those in site\lib
were installed afterwards.)