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.
Rather than the bashing... (Score:1)
...wouldn't it make sense to send a few patches. OK, bomb them with patches. The only way their going to see that #11958 [google.com] applies, is to show them what they've done wrong.
Re:Rather than the bashing... (Score:1)
For example, how many problems do you see below in Bugzilla's collectstats.pl.
sub check_data_dir { my $dir = shift; if (! -d $dir) { mkdir $dir, 0755; chmod 0755, $dir; } }Reply to This
Parent
Re: (Score:1)
Do you count each race condition as a separate error, or do you put them all into a single bucket? The same question applies to permissions.