NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
If I may .. (Score:1)
I would like to add few more packages to this list, these are some of the newer package that seem attractive
4. KiokuDB
5. Reaction
They are most likely not in popular use, but they are the most blogged about
Re:If I may .. (Score:2)
but they are the most blogged about
Yet I'm not familiar with either, and I'm too lazy to look up what it's all about...
Can you introduce these packages shortly, and most of all, tell us why we should care?
Reply to This
Parent
Re: (Score:1)
KiokuDB is a Moose based object database supporting multiple backend (filesystem, BerkeleyDB, DBI, etc...). You can read more about it here [iinteractive.com].
Reaction is a framework on top of Catalyst and Moose. It aims at making components more reusable. An introduction can be found here [catalyzed.org] and here [cpan.org].
Both of them are examples of next-generation Perl projects.
Re: (Score:1)
Those two look like they rely on stuff we mention in the first 3.
Reaction will be a lot closer to working now that WWW::Mechanize is now working. There isn't any obvious other bugs that I can see at first look, but I'm installing it to make sure.
As for KiokuDB, I'll have to check that one once we get DB_File working.
The new Strawberry Perl for Windows has been released! Check http://strawberryperl.com for it.
Re: (Score:1)
The new Strawberry Perl for Windows has been released! Check http://strawberryperl.com for it.
Re: (Score:1)
4 more failures, including Test::WWW::Mechanize::Catalyse (which crashes), Email::Valid, and MUIR/Time-modules. (I can't recall what the third one was.
Work on the dependencies, and then the top level will work. :)
The new Strawberry Perl for Windows has been released! Check http://strawberryperl.com for it.
Re: (Score:1)
It it due to the fork issue that was recently patched in 5.10.1RC1
Fork does not work together with namespace::clean on 5.10.0/win32 and there is no workaround for it.
Re: (Score:1)
The new Strawberry Perl for Windows has been released! Check http://strawberryperl.com for it.