| 1 | This document is not ready. |
| 2 | {{{ |
| 3 | |
| 4 | [15:44:06][mikaelb(mykopat-grid-admin)@my-mgrid: /opt/sources]$ rm -rf ~/.cpan && perl -MCPAN -e shell |
| 5 | |
| 6 | CPAN.pm requires configuration, but most of it can be done automatically. |
| 7 | If you answer 'no' below, you will enter an interactive dialog for each |
| 8 | configuration option instead. |
| 9 | |
| 10 | Would you like to configure as much as possible automatically? [yes] |
| 11 | |
| 12 | Autoconfigured everything but 'urllist'. |
| 13 | |
| 14 | Now you need to choose your CPAN mirror sites. You can let me |
| 15 | pick mirrors for you, you can select them from a list or you |
| 16 | can enter them by hand. |
| 17 | |
| 18 | Would you like me to automatically choose some CPAN mirror |
| 19 | sites for you? (This means connecting to the Internet) [yes] |
| 20 | Trying to fetch a mirror list from the Internet |
| 21 | Fetching with LWP: |
| 22 | http://www.perl.org/CPAN/MIRRORED.BY |
| 23 | |
| 24 | Looking for CPAN mirrors near you (please be patient) |
| 25 | ......................... done! |
| 26 | |
| 27 | New urllist |
| 28 | http://www.cpan.dk/ |
| 29 | http://mirrors.dotsrc.org/cpan/ |
| 30 | http://artfiles.org/cpan.org/ |
| 31 | |
| 32 | Autoconfiguration complete. |
| 33 | |
| 34 | commit: wrote '/net/gridnas4/volume3/home1/mikaelb/.cpan/CPAN/MyConfig.pm' |
| 35 | |
| 36 | You can re-run configuration any time with 'o conf init' in the CPAN shell |
| 37 | |
| 38 | cpan shell -- CPAN exploration and modules installation (v1.9800) |
| 39 | Enter 'h' for help. |
| 40 | |
| 41 | |
| 42 | cpan[1]> i /bioperl/ |
| 43 | Fetching with LWP: |
| 44 | http://www.cpan.dk/authors/01mailrc.txt.gz |
| 45 | Reading '/net/gridnas4/volume3/home1/mikaelb/.cpan/sources/authors/01mailrc.txt.gz' |
| 46 | ............................................................................DONE |
| 47 | Fetching with LWP: |
| 48 | http://www.cpan.dk/modules/02packages.details.txt.gz |
| 49 | Reading '/net/gridnas4/volume3/home1/mikaelb/.cpan/sources/modules/02packages.details.txt.gz' |
| 50 | Database was generated on Mon, 10 Sep 2012 13:35:04 GMT |
| 51 | ............................................................................DONE |
| 52 | Fetching with LWP: |
| 53 | http://www.cpan.dk/modules/03modlist.data.gz |
| 54 | Reading '/net/gridnas4/volume3/home1/mikaelb/.cpan/sources/modules/03modlist.data.gz' |
| 55 | ............................................................................DONE |
| 56 | Writing /net/gridnas4/volume3/home1/mikaelb/.cpan/Metadata |
| 57 | Bundle Bundle::BioPerl (CRAFFI/Bundle-BioPerl-2.1.8.tar.gz) |
| 58 | Distribution BOZO/Fry-Lib-BioPerl-0.15.tar.gz |
| 59 | Distribution CJFIELDS/BioPerl-1.6.1.tar.gz |
| 60 | Distribution CJFIELDS/BioPerl-1.6.901.tar.gz |
| 61 | Distribution CJFIELDS/BioPerl-DB-1.006900.tar.gz |
| 62 | Distribution CJFIELDS/BioPerl-Network-1.006902.tar.gz |
| 63 | Distribution CJFIELDS/BioPerl-Run-1.006900.tar.gz |
| 64 | Distribution CJFIELDS/Dist-Zilla-PluginBundle-BioPerl-0.02.tar.gz |
| 65 | Distribution CRAFFI/Bundle-BioPerl-2.1.8.tar.gz |
| 66 | Distribution RBUELS/Dist-Zilla-PluginBundle-Bioperl-0.01.tar.gz |
| 67 | Module < Bio::LiveSeq::IO::BioPerl (CJFIELDS/BioPerl-1.6.901.tar.gz) |
| 68 | Module < Dist::Zilla::PluginBundle::BioPerl (CJFIELDS/Dist-Zilla-PluginBundle-BioPerl-0.02.tar.gz) |
| 69 | Module < Dist::Zilla::PluginBundle::Bioperl (RBUELS/Dist-Zilla-PluginBundle-Bioperl-0.01.tar.gz) |
| 70 | Module < Fry::Lib::BioPerl (BOZO/Fry-Lib-BioPerl-0.15.tar.gz) |
| 71 | Author BIOPERLML ("Bioperl-l" <bioperl-l@lists.open-bio.org>) |
| 72 | 15 items found |
| 73 | |
| 74 | cpan[2]> o conf makepl_arg PREFIX=/opt/sw/bioperl/2.1.8 |
| 75 | makepl_arg [PREFIX=/opt/sw/bioperl/2.1.8] |
| 76 | Please use 'o conf commit' to make the config permanent! |
| 77 | |
| 78 | |
| 79 | cpan[3]> conf mbuildpl_arg "--prefix /opt/sw/bioperl/2.1.8" |
| 80 | Unknown shell command 'conf'. Type ? for help. |
| 81 | |
| 82 | cpan[4]> install Bundle::BioPerl |
| 83 | |
| 84 | |
| 85 | }}} |