Add YAML implementation tests
authorJonathan Yu <frequency@cpan.org>
Sun, 10 Jan 2010 04:54:25 +0000 (23:54 -0500)
committerJonathan Yu <frequency@cpan.org>
Sun, 10 Jan 2010 04:54:25 +0000 (23:54 -0500)
commit2f15bcae86cfeaaa9cfbef77669daa4e659f8c7f
treebe8d0f5564248fd14263401b3b698068f975557a
parentb519434db5388f49d24d7ab28ceb7c1d07d333ce
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