summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-08-09 05:29:31 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-20 23:52:52 +0200
commitc8b8d53f5a896d320d2ddee2158cfc188952403f (patch)
tree130d6bdf19c6d3e5e33e3e500ef56f66e8557223
parent74520b1b65b7dd7fded658033d19db55fa77f319 (diff)
downloadbugzilla-c8b8d53f5a896d320d2ddee2158cfc188952403f.tar.gz
bugzilla-c8b8d53f5a896d320d2ddee2158cfc188952403f.tar.xz
update deps
-rwxr-xr-xMakefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 0570aac1d..cedf13ec4 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -82,11 +82,11 @@ my %requires = (
'Text::CSV_XS' => '1.26',
'Throwable' => '0.200013',
'Sub::Quote' => '2.005000',
- 'Type::Tiny' => '1.000005',
+ 'Type::Tiny' => '1.004002',
'URI' => '1.55',
'URI::Escape::XS' => '0.14',
'version' => '0.87',
- 'EV' => 4.0
+ 'EV' => '4.0',
);
my %build_requires = ( 'ExtUtils::MakeMaker' => '7.22', );