X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile.PL;h=387c1f801f274d3c52abbd75eea80ebda9f27057;hb=ae75187f25e2702ee8c1b3fd35aa98688d1b2319;hp=bdf7f2ea952f89b56aa76f290a726e894e817b10;hpb=dfa1faaa64c7019f388dbb0550bba8684287900e;p=MojoFacets.git diff --git a/Makefile.PL b/Makefile.PL index bdf7f2e..387c1f8 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,6 +13,14 @@ requires 'HTML::TableExtract'; requires 'File::Path'; requires 'Text::Unaccent::PurePerl'; +features( + 'profile' => [ + -default => 0, + 'Time::HiRes', + 'Devel::NYTProf', + ], +); + build_requires 'Test::More'; auto_install;