source:
server/doc/perl
@
284
Last change on this file since 284 was 121, checked in by jbarnold, 18 years ago | |
---|---|
File size: 261 bytes |
Rev | Line | |
---|---|---|
[37] | 1 | In order to transfer perl modules from one machine to another: |
[1] | 2 | |
[121] | 3 | On source machine: |
4 | ||
[1] | 5 | $ perl -MCPAN -e shell |
6 | cpan> autobundle | |
7 | ||
8 | Wrote bundle file | |
9 | /root/.cpan/Bundle/Snapshot_2006_09_30_00.pm | |
10 | ||
[121] | 11 | On destination machine: |
12 | ||
13 | cpan> install Bundle::Snapshot_2006_09_30_00 |
Note: See TracBrowser
for help on using the repository browser.