Bug 7994: scripts to check yaml files
authorClaire Hernandez <claire.hernandez@biblibre.com>
Mon, 23 Apr 2012 13:11:46 +0000 (15:11 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 20 Jun 2012 19:07:46 +0000 (21:07 +0200)
commit6ee7ad02aa7111491d1da3ec5b5a0fcdb7e8bc80
tree9f0896aa82e28935e6087bba9eaf7f7fa203be45
parentc3bcfc4f829289081d94481f281ef8ac26ac3ab6
Bug 7994: scripts to check yaml files

$ prove yaml_valid.t
checks a closed list of files
$ perl yaml_valid.pl -f myfile.yaml
try to load a yaml file with YAML::LoadFile and show errors

(both files pertidied)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
xt/yaml_valid.pl [new file with mode: 0755]
xt/yaml_valid.t [new file with mode: 0755]