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

..03-May-2022-

inc/Module/H09-Jan-2010-2,6091,932

lib/Test/YAML/H09-Jan-2010-263106

t/H09-Jan-2010-698514

ChangesH A D09-Jan-2010403 1711

MANIFESTH A D09-Jan-2010917 4241

META.ymlH A D09-Jan-2010545 2827

Makefile.PLH A D03-May-2022591 2519

READMEH A D08-Jan-2010917 4225

README

1Test-YAML-Valid
2
3Lets you test the validity of YAML files inside your
4(Test::Builder-based) unit tests.
5
6INSTALLATION
7
8To install this module, run the following commands:
9
10    perl Makefile.PL
11    make
12    make test
13    make install
14
15
16SUPPORT AND DOCUMENTATION
17
18After installing, you can find documentation for this module with the perldoc command.
19
20    perldoc Test::YAML::Valid
21
22You can also look for information at:
23
24    Search CPAN
25        http://search.cpan.org/dist/Test-YAML-Valid
26
27    CPAN Request Tracker:
28        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-YAML-Valid
29
30    AnnoCPAN, annotated CPAN documentation:
31        http://annocpan.org/dist/Test-YAML-Valid
32
33    CPAN Ratings:
34        http://cpanratings.perl.org/d/Test-YAML-Valid
35
36COPYRIGHT AND LICENCE
37
38Copyright (C) 2007 Jonathan Rockway
39
40This program is free software; you can redistribute it and/or modify it
41under the same terms as Perl itself.
42