From: Richard D. <ric...@us...> - 2007-06-23 11:04:33
|
Update of /cvsroot/file-extattr/File-ExtAttr/t In directory sc8-pr-cvs17:/tmp/cvs-serv17711/t Added Files: 04yaml-meta.t Log Message: Fix META.yml file; validate META.yml in test suite; bump version to 1.05 --- NEW FILE: 04yaml-meta.t --- #!perl -w use strict; use Test::More; eval "use Test::YAML::Meta"; plan skip_all => "Test::YAML::Meta required for testing META.yml" if $@; meta_yaml_ok(); |