in reply to Re: YAML module issue
in thread YAML module issue

Hmm... how to write a dependency-installation failure test that goes inside the distribution... if I can figure that out, the recursive nature sounds very Ingy-ish.

# t/yaml_install.t use Test::Install 'YAML';

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

Replies are listed 'Best First'.
Re^3: YAML module issue
by devnul (Monk) on May 12, 2006 at 20:57 UTC
    Thanks for your comments.

    The spec seems pretty clear that something like:

    zip: 07102
    would be implicitly typed as an octal integer. I also tried YAML::Syck, but can't get it to produce a "valid" YAML file that can be read with other parsers which force implicit casting of data types.

    - Devnul