Do What I Mean
DWIM Perl for Windows
DWIM Perl for Windows is a Strawberry Perl derivative for Windows. It contains everything you will need for your Perl development.
The current release is Dwimperl-5.14.2.1-v7-32.exe, released on 2012.02.12.
It contains:
- Strawberry Perl 5.14.2.1 RC
- A large part of Task::Kensho, a list of recommended packages.
- Padre, the Perl IDE 0.94.
- Module::Version 0.12 so you can use mversion to check which version of each module you have.
- Moose 2.0402, the post modern Object System.
- Dancer 1.3092 to build a light-weight web application.
- Plack and plackup 0.9985 to serve your web pages.
- Perl::Critic 1.117, to police yourself.
- Perl::Tidy 20101217, to keep your code nice.
- DateTime 0.72 to make it easy to deal with dates and time.
- SQLite 1.35, to hold your data tight.
- MySQL 4.020, PostgreSQL 2.18.1 and DBD::ODBC 1.31 drivers.
- Lots of additional modules... (see details in the README file.)
DWIM Perl for Linux server
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.
The current release is dwimperl5_14_2-32b-0.02.tar.gz, released on 2012.03.13.
Highlights:
- perl 5.14.2
- DBD::SQLite 1.33
- Moose 2.0401
- Dancer 1.3080
- Plack 0.9985
- Starman 0.2014
- Upload to your server.
- Unzip using tar xzf dwimperl5_14_2-32b-0.02.tar.gz
- move the directory to /opt/perl5_14_2/
- edit ~/.bashrc and add this to the end: export PATH=/opt/perl5_14_2/bin:$PATH
- reload it using source ~/.bashrc
- perl -v
Earlier releases
These packages are being maintained by Gabor Szabo.