Skip to content

Commit

Permalink
new linux page
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Nov 29, 2013
1 parent 32a3523 commit edc9eb9
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 15 deletions.
32 changes: 32 additions & 0 deletions pages/linux-5-14-2.html
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>

54 changes: 39 additions & 15 deletions pages/linux.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,55 @@

<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.
This is a plain perl distribution of perl 5.18.1 built on CentOS 6.4 x64.
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>
<li>perl 5.18.1</li>
<li><a href="https://metacpan.org/module/Test::Exception">Test::Exception</a> 0.32</li>
<li><a href="https://metacpan.org/module/Test::MockObject">Test::MockObject</a> 1.20120301</li>
<li><a href="https://metacpan.org/module/Test::More">Test::More</a> 1.001002</li>
<li><a href="https://metacpan.org/module/Test::Most">Test::Most</a> 0.31</li>
<li><a href="https://metacpan.org/module/Test::NoWarnings">Test::NoWarnings</a> 1.04</li>
<li><a href="https://metacpan.org/module/Test::Output">Test::Output</a> 1.02</li>
<li><a href="https://metacpan.org/module/Test::Perl::Critic">Test::Perl::Critic</a> 1.02</li>
<li><a href="https://metacpan.org/module/Test::Pod">Test::Pod</a> 1.48</li>
<li><a href="https://metacpan.org/module/Test::Pod::Coverage">Test::Pod::Coverage</a> 1.08</li>
<li><a href="https://metacpan.org/module/Test::Script">Test::Script</a> 1.07</li>
<li><a href="https://metacpan.org/module/Test::WWW::Mechanize">Test::WWW::Mechanize</a> 1.44</li>
<li><a href="https://metacpan.org/module/Flickr::API">Flickr::API</a> 1.08</li>
<li><a href="https://metacpan.org/module/Path::Tiny">Path::Tiny</a> 0.047</li>
<li><a href="https://metacpan.org/module/Config::Tiny">Config::Tiny</a> 2.20</li>
<li><a href="https://metacpan.org/module/DateTime">DateTime</a> 1.03</li>
<li><a href="https://metacpan.org/module/Digest::SHA">Digest::SHA</a> 5.85</li>
<li><a href="https://metacpan.org/module/Digest::SHA1">Digest::SHA1</a> 2.13</li>
<li><a href="https://metacpan.org/module/DBI">DBI</a> 1.630</li>
<li><a href="https://metacpan.org/module/DBD::SQLite">DBD::SQLite</a> 1.40</li>
<li><a href="https://metacpan.org/module/Moo">Moo</a> 1.003001</li>
<li><a href="https://metacpan.org/module/MooX::Options">MooX::Options</a> 4.001</li>
<li><a href="https://metacpan.org/module/MooX::late">MooX::late</a> 0.014</li>
<li><a href="https://metacpan.org/module/XML::NamespaceSupport">XML::NamespaceSupport</a> 1.11</li>
<li><a href="https://metacpan.org/module/XML::SAX">XML::SAX</a> 0.99</li>
<li><a href="https://metacpan.org/module/XML::LibXML">XML::LibXML</a> 2.0107</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>
<li><a href="https://drive.google.com/file/d/0B6JscNWlLG4NR1NKNk93a2FmaHM/edit?usp=sharing">Get the file</a> and upload it to your server.</li>
<li>Unzip using tar xzf dwimperl-linux-5.18.1-1-x86_64.tar.gz</li>
<li>Run dwimperl-linux-5.18.1-1-x86_64/perl/bin/perl -V</li>
<li>Check out the README.txt that comes with the distribution</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>
<a href="https://drive.google.com/file/d/0B6JscNWlLG4NR1NKNk93a2FmaHM/edit?usp=sharing"><img src="/img/download.png" alt="DWIM Perl 5.18.1 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.
released on 2013.11.29.
</p>

<p>
<b>Earlier versions</b><br>
<a href="/linux-5-14-2.html">Linux 5.14.2</a>
</p>

0 comments on commit edc9eb9

Please sign in to comment.