Changes between Version 12 and Version 13 of DownloadCPAN
- Timestamp:
- 08/12/11 05:48:21 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadCPAN
v12 v13 12 12 == Install from CPAN == 13 13 14 === Strawberry Perl on Windows === 15 14 16 On Strawberry Perl you should be able to install/upgrade Padre by just opening the "cmd" 15 17 and typing … … 19 21 }}} 20 22 23 === Active Perl in Windows === 24 25 Probably the same as for Strawberry Perl but you might first need to install the C compiler they supply. 26 27 === Linux === 28 21 29 On Linux you should probably start by installing from the binary repository of your distribution 22 30 (see below) and then upgrading from CPAN using local::lib. 23 31 24 So first installlocal::lib using the [https://metacpan.org/module/local::lib#The-bootstrapping-technique Bootstrapping technique]32 That part starts by installing local::lib using the [https://metacpan.org/module/local::lib#The-bootstrapping-technique Bootstrapping technique] 25 33 and once that's done type 26 34
