Re: [Module::Build] Making 0.28 a reality
Status: Beta
Brought to you by:
kwilliams
From: Yitzchak Scott-T. <sth...@ef...> - 2006-03-29 07:39:35
|
On Tue, Mar 28, 2006 at 11:57:24PM -0500, Stephen Adkins wrote: > The two full implementations of YAML in perl are YAML (i.e. YAML.pm) > and YAML::Syck. Neither of them has significant other dependencies. > > YAML - build_requires: Test::Base: 0.49 > requires: perl 5.6.1 YAML bundles Test::Base and shouldn't be listing it in build_requires. I thought Ingy was going to fix that. > YAML::Syck - build requires a C compiler > requires: perl 5.003 > > http://search.cpan.org/src/INGY/YAML-0.58/META.yml > http://search.cpan.org/src/AUTRIJUS/YAML-Syck-0.38/META.yml |