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.
Changes (Score:1)
I prefer to look at the Changes log, rather than the version. A decent Changes log will tell you how the project has evolved and give you an indication of its stability. I've dismissed several modules based on their Changes logs. Small versions don't bother me so much, if the author has simply incremented by 0.01 each time they released to CPAN. Even jumps in versions don't annoy me, as long as there's a clear, consistent reason behind it (for example API changes). I'm particularly annoyed, however, when version numbers are artificially inflated with no apparent good reason. I won't mention names, but web app frameworks seem to tend to have this problem!
Reply to This
Re:Changes (Score:1)
I think you missed the point. The programmers aren't complaining.
when you have people having to get modules approved for use, there are people that care about versions.It is the $boss, who hasn't a clue about Perl (he would write it as PERL), who is looking at version numbers.
Re:Changes (Score:1)
And zero-versions can make $bosses nervous.
Of course, you have to balance that against the problem of going to 1 too early and scaring the developers.
If 1.0 isn't stable, and lets assume they are fairly clueless just-getting-stuff-done Perl-as-a-better-sh etc types, how are they to judge when it is done?
Looking at, for example, Module::Install, the Changes file won't help them much to know that out of all the versions, 0.61 is the first version considered "safe'ish for early adopters".
Or look at Clas
Re:Changes (Score:1)
Re:Changes (Score:1)
Yes, it's important to help prop up companies where the ultimate technical authority is in people who have no business making technical decisions because... aw hey, I can't finish this sentence with a straight face.
Re:Changes (Score:1)
You are giving away software, at the core it's an altruistic activity.
Giving away functionality and then getting elitist about how it gets used is one of the things that people really hate about Open Source.