File: README

package info (click to toggle)
libtest-yaml-perl 1.07-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 208; sh: 27; makefile: 7
file content (31 lines) | stat: -rw-r--r-- 555 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
NAME

    Test::YAML - Testing Module for YAML Implementations

VERSION

    This document describes Test::YAML version 1.07.

SYNOPSIS

        use Test::YAML tests => 1;
    
        pass;

DESCRIPTION

    Test::YAML is a subclass of Test::Base with YAML specific support.

AUTHOR

    Ingy döt Net <ingy@cpan.org>

COPYRIGHT AND LICENSE

    Copyright 2001-2018. Ingy döt Net.

    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

    See http://www.perl.com/perl/misc/Artistic.html