Strawberry Perl April 2009 - The last release of the 3rd era

Alias on 2009-05-01T08:17:10

http://strawberry-perl.googlecode.com/files/strawberry-perl-5.8.9.1.exe

http://strawberry-perl.googlecode.com/files/strawberry-perl-5.10.0.5.exe

I'm happy to announce the last release of Strawberry Perl in its current form.

This release follows the lead of the last two, with only minor changes and additions.

Perl 5.8.9

As of this release, support for 5.8.8 has been deprecated and the 5.8 release has moved to 5.8.9. Support for 5.8.8 will remain in Perl::Dist if you absolutely have to build an updated 5.8.8 distribution of your own.

Major CPANPLUS Update

CPANPLUS has been updated to the new freshly-minted configure_requires-aware stable release, and the new CPANPLUS::Dist::Build is also included.

CPANPLUS is considered complete enough for general use (although it has not been tailored specifically for Strawberry).

Database Support

DBD::SQLite has been updated to the shiny new generation 1.25 release, which should remove any crashing you may have seen when using the CPAN client, and adds a number of useful new integration features.

In a nod to its universality on Windows, the new release also bundles DBD::ODBC.

Improved Compression

LZMA is the compression format used by the 7-Zip program, and is hugely more efficient than both GZip and BZip.

We now bundle the Compress::unLZMA module, and an updated Archive::Extract which will use it automatically.

As any CPAN servers start provided LZMA-compressed indexes or archives, your clients should pick the new smaller files automatically.

I'm currently upgrading Xtract to produce LZMA archives, so all of the ODBC:: modules should immediately get more efficient.

Approaching the 4th era of Strawberry Perl

I'm not going to talk about it now, but in around a week I plan to release the first betas of the new WiX-based distribution that will become the July release.

CJEWELL has put almost 6 months of work into the Strawberry WiX branch and written about 5000 lines of new code. Needless to say I'm hugely excited by the new capabilities that we will unlock once we've made the move to .msi.


so ...

systems on 2009-05-01T19:47:50

what are the benefits of this 4th era windows Perl technology ( Perl::Dist::Wix )?

Re:so ...

Alias on 2009-05-02T13:30:57

I'll be talking more about the new features in a week or so when we release the betas.

But the big hero feature of the change is that we'll have full Active Directory support. Which is to say, now you can install Strawberry on remote machines on an AD domain. So you can install Strawberry (or any other custom distribution you make yourself) on 1,000s of machines all at once.

Re:so ...

jplindstrom on 2009-05-02T15:56:01

That is quite enterprisey.

Need to update win32.perl.org wiki with this news

kid51 on 2009-05-01T20:34:47

The Strawberry Perl home page has a link in its upper-left corner taking me to this page:

http://win32.perl.org/wiki/index.php?title=Main_Page

This page was last modified 04:13, 23 October 2008.

It should be updated to contain the news of this recent Strawberry Perl release.