David Golden wrote:
On Sun, Nov 1, 2009 at 10:51 AM, Slaven Rezic <sre...@cpan.org> wrote:
Why not? A few CPU cycles later "perl Makefile.PL" or "perl Build.PL"
happens.

Yes, but in a subprocess.

Where's the difference? There's no extra security CPAN.pm provided when executing Makefile.PL.

And YAML/JSON can be validated statically
much more easily than Perl.

There's no difference in simplicity between

    Kwalify::validate($meta_schema, Safe->new->rdo($meta_dd))

and

    Kwalify::validate($meta_schema, YAML::LoadFile($meta_yml))

Regards,
    Slaven

Reply via email to