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.
lets not forget (Score:1)
the other 25000 lines of code XML::Feed loads. Modules rock and all but sometimes I wonder should it take me 20 minutes to install something because it has a bazillion dependencies. Each of those is something bad waiting to happen.
Reply to This
Re: (Score:1)
Are you optimizing for machine performance or developer performance? In my experience, the latter is way more important these days, and CPAN is the best accelerant in the Perl world.
And, your point about bugs in other people's modules is sometimes valid, but in general I've found that other people write better code in their area of expertise than I write outside of my expertise.
RSS/Atom is one of those areas where expertise *really* matters. Have you ever seen some of the test cases Sam Ruby has for the P