
doughera at lafayette
Nov 27, 2007, 5:40 AM
Post #5 of 6
(96 views)
Permalink
|
|
Re: How can people test the release candidates?
[In reply to]
|
|
On Tue, 27 Nov 2007, Rafael Garcia-Suarez wrote: > > Brief notices like this one are great, but it needs to funnel users to > > more direct actions. A link to downloading Perl 5.10 is a good start, > > but what do I do when I have a problem? What is the process? A Google > > search doesn't turn up much, and there's not much info on dev.perl.org > > about getting involved in development or testing (other than the > > mailing list, of course). > > Right. Of course, everything is explained in the friendly INSTALL > document, so in the announcement, linking to it might be enough > (there's a pretty version on search.cpan.org). And there really is a link in the very first section (lines 41 and 42) that says: If you have problems, corrections, or questions, please see L<"Reporting Problems"> below. I don't know how to make it any clearer. If someone will search Google but not the INSTALL document, I don't know what we can do. > But I'm kidding -- INSTALL is not that friendly. I worked quite a bit > on it those last months, to trim old information, reorganize stuff, > put important stuff right at the front (like, the 3 commands you need > to type to get perl compiled with the defaults). Everything that is in INSTALL is there because someone thought it important. Everything that has been inserted near the top over the years was put there because someone thought it more important than all the other stuff already there -- and usually with good reason. The end result, as you have observed, was not terribly coherent. Just for a sense of perspective, I looked back at the original version (perl5.001n). Here's its entire SYNOPSIS section: =head1 NAME Install - Build and Installation guide for perl5. =head1 SYNOPSIS The basic steps to build and install perl5 are: rm -f config.sh sh Configure make make test make install Each of these is explained in further detail below. > Feedback would be appreciated. :) Is "thank you" sufficient feedback? -- Andy Dougherty doughera [at] lafayette
|