While reading
this, I had
one of those silly ideas, that I don't know if anybody could find it useful or
even interesting : build an on-line database of the perls shipped by various OS
vendors. More precisely, archive the outputs of
perl -V and
perl
'-V:.*', the packaging method if applicable (RPM, RTE...), date of
release, vendor patches, set of standard modules that are distributed
separately from the core package, set of additional modules that may be
included...
Perlmonks...? (Score:3, Informative)
I've seen a node recently on Perlmonks [perlmonks.org] trying to establish the same core data, is this any help distributions and perl [perlmonks.org]?
-- "It's not magic, it's work..."
Reply to This
Re:Perlmonks...? (Score:3, Interesting)
Re:Perlmonks...? (Score:3, Insightful)
I didn't think it would be enough detail, but it may be a start. As you'll see it seemed a popular enough as a concept, and I think a lot of people would lke it done - some may even help.
Are you thinking of building a module, similar to Module::Core [cpan.org], so it's available to Perl module developers, as well as in a on line form?
I think you are right in thinking that it would be a very useful resource for everyone. You could also include details on other binary distribution formats such as the various ActiveS
-- "It's not magic, it's work..."