Changes between Version 11 and Version 12 of DownloadCPAN
- Timestamp:
- 08/12/11 05:31:57 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadCPAN
v11 v12 9 9 10 10 If this is not possible read on. 11 12 == Install from CPAN == 13 14 On Strawberry Perl you should be able to install/upgrade Padre by just opening the "cmd" 15 and typing 16 17 {{{ 18 c:> cpan Padre 19 }}} 20 21 On Linux you should probably start by installing from the binary repository of your distribution 22 (see below) and then upgrading from CPAN using local::lib. 23 24 So first install local::lib using the [https://metacpan.org/module/local::lib#The-bootstrapping-technique Bootstrapping technique] 25 and once that's done type 26 27 {{{ 28 $ cpan Padre 29 }}} 30 11 31 12 32 == Common Problems ==
