summaryrefslogtreecommitdiffstats
path: root/Makefile.PL
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-12-23 00:20:10 +0100
committerGitHub <noreply@github.com>2017-12-23 00:20:10 +0100
commit099ab661d00aaa29eb3ff00749fd851cdd15d4b5 (patch)
treeae3617908fc55e451117092020c1176ee0e68dee /Makefile.PL
parentc2da016469427b2ffebaab0d38ca36b81281420c (diff)
downloadbugzilla-099ab661d00aaa29eb3ff00749fd851cdd15d4b5.tar.gz
bugzilla-099ab661d00aaa29eb3ff00749fd851cdd15d4b5.tar.xz
no bug - support Devel::NYTProf
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-xMakefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index dbf42fd1c..c8eb6dec5 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -66,6 +66,7 @@ my %requires = (
'URI' => '1.55',
'version' => '0.87',
'Taint::Util' => 0,
+ 'Devel::NYTProf' => 0,
);
my %build_requires = (
'ExtUtils::MakeMaker' => '7.22',