Changes between Version 26 and Version 27 of Development
- Timestamp:
- 07/13/09 10:54:34 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development
v26 v27 12 12 Then you can run the standard CPAN module process: 13 13 14 Make sure you have all of the needed prerequisites. See [http://padre.perlide.org/trac/wiki/Download] 15 14 16 {{{ 15 $ cd padre 17 $ cd padre/Padre 16 18 $ perl Makefile.PL # which will tell about all the missing dependencies of Padre 19 # this may fail if you don't have Module::Install 20 # if so, start cpan and install it with all its prerequisites 17 21 $ make 18 22 $ make test
