Re: [Module::Build] Ready for 0.22?
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <Ra...@Th...> - 2004-01-10 10:55:59
|
I'm updating the meta statistics <http://www.thepierianspring.org/meta.stats>, and seeing: generated_by: Module::Build version 0.22, without YAML.pm I was wondering about future variations on the above. For example, when the YAML stuff goes into CPAN::META::Specification.pm or whatever, what will the above line say. Maybe: generated_by: Module::Build version 0.22, via CPAN::META::Specification version 0.01 I'm just curious because I would like to be able to continue to easily parse the line for gathering statistics. Right now I just split /\s+version\s+/ to get the generator and version (see <http://www.thepierianspring.org/meta_stats.pl.html>), and the above is fine for parsing also--I just want to put my 2 cents in for following a fixed format that allows for future variations and that is going to be easily parsable. Randy. |