From b8c858140b2daf7bf13a7d802728144f2654af0b Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 28 Aug 2016 00:30:07 +0100 Subject: [PATCH] Fix Time:HiRes -> Time::HiRes in Makefile.PL --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index d96092a..4acd13f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,7 @@ WriteMakefile( PREREQ_PM => { 'File::Slurp' => '0', 'Getopt::Long' => '0', - 'Time:HiRes' => '0', + 'Time::HiRes' => '0', }, BUILD_REQUIRES => {}, INC => '-Ibrotli', -- 2.30.2