• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H03-May-2022-4227

lib/Test/H03-May-2022-275220

t/H16-Jun-2018-2012

CONTRIBUTINGH A D16-Jun-20181.2 KiB6132

ChangesH A D16-Jun-2018658 2819

LICENSEH A D16-Jun-201817.9 KiB380292

MANIFESTH A D16-Jun-2018237 1514

META.jsonH A D16-Jun-20181.3 KiB5755

META.ymlH A D16-Jun-2018740 2928

Makefile.PLH A D16-Jun-2018975 4634

READMEH A D16-Jun-2018555 3216

README

1NAME
2
3    Test::YAML - Testing Module for YAML Implementations
4
5VERSION
6
7    This document describes Test::YAML version 1.07.
8
9SYNOPSIS
10
11        use Test::YAML tests => 1;
12
13        pass;
14
15DESCRIPTION
16
17    Test::YAML is a subclass of Test::Base with YAML specific support.
18
19AUTHOR
20
21    Ingy döt Net <ingy@cpan.org>
22
23COPYRIGHT AND LICENSE
24
25    Copyright 2001-2018. Ingy döt Net.
26
27    This program is free software; you can redistribute it and/or modify it
28    under the same terms as Perl itself.
29
30    See http://www.perl.com/perl/misc/Artistic.html
31
32