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.
We're already working on this (Score:1)
It may not be entirely obvious, but this is exactly what has been happening over the last few years.
Various bits of the current CPAN model are already being systematically replaced.
META.yml is being replaced with a JSON [cpan.org]-format META.json.
configure_requires (2 years in the making, now in the Perl core, appearing in 5.10.1) has allowed us to upgrade Makefile.PL and Build.PL related modules sanely and do more thorough configure-time testing (and will finally remove the need for some of Module::Install's more ev
Is any of this documented? (Score:1)
I've read many of these discussions (about meta.json, special configuration options, repository options, etc.) and it really is exciting, I just couldn't find much documentation for it, other than journals such as yours and rjbs.
Is there anywhere I could read about this more?
Reply to This
Parent