profile feature
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 27 Jun 2010 23:18:00 +0000 (01:18 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 27 Jun 2010 23:18:00 +0000 (01:18 +0200)
Makefile.PL

index bdf7f2e..387c1f8 100755 (executable)
@@ -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;