projects
/
imager.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
use $Config{path_sep} instead of working it out on our own
[imager.git]
/
t
/
x10meta.t
1
#!perl -w
2
# this is not intended for distribution with Imager
3
# it is intended for testing from SVN only
4
use strict;
5
use Test::More;
6
eval "use Test::YAML::Meta";
7
plan skip_all => "Test::YAML::Meta required for testing META.yml" if $@;
8
meta_yaml_ok();
9