Add YAML implementation tests
authorJonathan Yu <frequency@cpan.org>
Sun, 10 Jan 2010 04:54:25 +0000 (23:54 -0500)
committerTomas Doran <bobtfish@bobtfish.net>
Sun, 10 Jan 2010 18:56:41 +0000 (18:56 +0000)
commitf16b57403e78d22ab73a98b8714d2dae8e1ca207
treebe8d0f5564248fd14263401b3b698068f975557a
parent94574eb5dab74ed3cdd6f8da700ff4b25047c913
Add YAML implementation tests

Instead of using Test::YAML::Valid, we test round trip using each
available implementation of YAML. Using Test::Without::Module, we
hide every other implementation except the one for testing.

060_basic_deferred.t just uses whichever YAML implementation is
considered 'best' by YAML::Any
Makefile.PL
t/020_basic_yaml.t
t/020_basic_yaml_syck.t [new file with mode: 0644]
t/020_basic_yaml_xs.t [new file with mode: 0644]
t/060_basic_deferred.t