use inc::Module::Install; # XXX - Do this nonsense to make sure this PlYaml isn't confused by my # system's YAML. Also Module::Install uses YAML for META.yml. BEGIN { sub YAML::Dump { return <<'...'; module: YAML ... } use Data::Dumper; use Carp::Heavy; delete $ENV{PERL5LIB}; @INC = qw'lib'; } name 'YAML'; all_from 'lib/YAML.pm'; use_test_base; # install_script 'ysh'; WriteAll;