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.
Max's Response (Score:1)
When I first started to work on Bugzilla's code several years ago, it was not in a state where a project like "Use DBIx::Class and Catalyst" was a feasible project. A huge amount of cleanup was required before anybody could even see the architecture of Bugzilla.
I'm glad
Re: (Score:2)
As have been mentioned in various threads, there are solutions to that, including "bundle them manually", PAR, automating the install off CPAN, distro packages, etc.
This is not a language problem. Ruby and Python will both have similar issues. PHP doesn't because nobody uses any modules, they just write everything from scratch.
Reiventing all the wheels is of course another viable op
Re: (Score:1)
It's true that it's a problem in any language, though some languages have things like email handling bundled in their standard library.
That's also one reason why PHP users require few modules--they have a ridiculously extensive standard library.
I agree that it's better to spread the work out on libraries across the community, though. It just m
Re: (Score:1)
Except when they don’t (because ¾ of it are optional at compile time).
Re:Max's Response (Score:1)
They also have PEAR, which works pretty well.
-Max
Reply to This
Parent