-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
71 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
=title DWIM Perl for Linux server | ||
|
||
<img src="/img/alien/linux-logo.png" alt="Linux" /> | ||
<p> | ||
This is a plain perl distribution of perl 5.14.2 built on Ubuntu 11.10. It is a very experimental version - use it with caution. | ||
</p> | ||
<p> | ||
Highlights: | ||
<ul> | ||
<li>perl 5.14.2</li> | ||
<li><a href="https://metacpan.org/module/DBD::SQLite">DBD::SQLite</a> 1.33</li> | ||
<li><a href="http://moose.perl.org/">Moose 2.0401</li> | ||
<li><a href="http://perldancer.org/">Dancer</a> 1.3080</li> | ||
<li><a href="http://plackperl.org/">Plack</a> 0.9985</li> | ||
<li><a href="http://plackperl.org/">Starman</a> 0.2014</li> | ||
</ul> | ||
<b>Instructions:</b><br> | ||
<ul> | ||
<li>Upload to your server.</li> | ||
<li>Unzip using tar xzf dwimperl5_14_2-32b-0.02.tar.gz</li> | ||
<li>move the directory to /opt/perl5_14_2/</li> | ||
<li>edit ~/.bashrc and add this to the end: export PATH=/opt/perl5_14_2/bin:$PATH</li> | ||
<li>reload it using source ~/.bashrc</li> | ||
<li>perl -v</li> | ||
</ul> | ||
</p> | ||
|
||
<a href="http://dwimperl.googlecode.com/files/dwimperl5_14_2-32b-0.02.tar.gz"><img src="/img/download.png" alt="DWIM Perl 5.14.2 for Linux server" /></a> | ||
<p> | ||
The current release is <a href="http://dwimperl.googlecode.com/files/dwimperl5_14_2-32b-0.02.tar.gz">dwimperl5_14_2-32b-0.02.tar.gz</a>, released on 2012.03.13. | ||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters