You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Build_locallib_debian_ubuntu14.10.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
These instructions use local::lib (https://metacpan.org/pod/local::lib) to build the padre sources. Ubuntu 14.10 has a recent perl (5.20.1) and padre (1.00). This is also the case for Debian testing and unstable. Kudos to the Debian Perl Group (https://pkg-perl.alioth.debian.org/).
2
2
3
-
* Get the OS dependencies. The easieast way is just to install the packaged padre. Its dependencies include local::lib.
3
+
* Get the OS dependencies. The easieast way is just to install the packaged padre. Its dependencies include local::lib:
4
4
```
5
5
$ sudo apt-get install padre
6
6
```
7
7
This padre can of course be starting by just typing:
8
8
`$ padre`
9
9
10
-
* Get development dependencies for Padre.
10
+
* Get development dependencies for Padre:
11
11
`$ cpanm -l ~/perl5 Module::Install`
12
12
13
-
* Clone Padre (use ssh if you have a github account).
13
+
* Clone Padre (use ssh if you have a github account):
0 commit comments