YAML::Tests

YAML::Tests is a common test suite for Perl YAML implementations.
Download

YAML::Tests Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ingy dt Net
  • Publisher web site:
  • http://search.cpan.org/~ingy/

YAML::Tests Tags


YAML::Tests Description

YAML::Tests is a common test suite for Perl YAML implementations. YAML::Tests is a common test suite for Perl YAML implementations.SYNOPSIS > yt -MYAML::Foo # Run all YAML Tests against YAML::Foo implementationor: > export PERL_YAML_TESTS_MODULE=YAML::Foo > ytYAML-Tests defines a number of implementation independent tests that can be used to test various YAML modules.There are two ways to use YAML-Tests. If you are the author of a Perl YAML module, you can add the line: use_yaml_tests;to your Makefile.PL. This will copy the tests from YAML::Tests into your module's test area.If you are Just Another Perl Hacker, YAML-Tests installs a command line tool called yt to run the YAML tests against a specific module. Like this: > yt -MYAML::SyckYAML::Tests provides a common test suite against which to test Perl YAML modules. It also provides a Module::Install component (use_yaml_tests) to make it simple for YAML module authors to include the tests in their distributions. See Module::Install::YAML::Tests for more information about this feature.This module installs a command line tool called yt which can be used to run the YAML tests against various implementations. See yt for more information. Requirements: · Perl


YAML::Tests Related Software