Hi,
I have some perl code which uses some additional perl modules.
I have deployed the code along with perl folder to other machines so that it can be used on their machines.
Now i have updated my perl code which required additional perl modules (XML::Feed). I have downloaded the additional modules manually on my machine using ppm.
Now i have problem deploying the additional modules which are downloaded by ppm to other machines.
Any idea how i can work it out?