allow tests to run without warnings even if YAML::XS is not installed
authorKaren Etheridge <ether@cpan.org>
Wed, 26 Dec 2012 01:30:47 +0000 (17:30 -0800)
committerKaren Etheridge <ether@cpan.org>
Wed, 26 Dec 2012 01:39:03 +0000 (17:39 -0800)
commitba2137c64703fef6794a46919394f9b768f77f9b
treec5279e33475cc26274268693bd715f81086ac441
parent2a289664c866765510f932173279f6608c1a7489
allow tests to run without warnings even if YAML::XS is not installed

We could instead just add YAML::XS to the Test::Requires list, but (so long as
Config::Any::YAML continues to support YAML/YAML::Syck) this route lets us
test the MooseX::SimpleConfig path on more systems.
Changes
t/112_configfile_constructor_arg.t