X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=fc7726e509efa5760a3fa10731fcc3518ab993d9;hb=dds_bug;hp=a37f7cdb0841fd021d135dae05e9ec54b71cd313;hpb=3b822ed17e4185829787b57ccaacdd5fcaa22217;p=gitmo%2FMooseX-Antlers.git diff --git a/Makefile.PL b/Makefile.PL index a37f7cd..fc7726e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -23,5 +23,6 @@ test_requires 'Data::Dump::Streamer'; test_requires 'Class::Unload'; test_requires 'Test::More' => '0.88'; test_requires 'Test::Exception'; +test_requires 'YAML::XS'; WriteAll;