From: Dagfinn Ilmari Mannsåker Date: Fri, 31 Jan 2020 11:18:24 +0000 (+0000) Subject: Consistently use single quotes for deps in Makefile.PL X-Git-Tag: v1.87~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dfa4d9098f62453c06ecbfd6a586f08fbc9af958;p=dbsrgits%2FSQL-Abstract.git Consistently use single quotes for deps in Makefile.PL --- diff --git a/Makefile.PL b/Makefile.PL index 8dbc4a2..80dc676 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,11 +17,11 @@ my %META = ( }, test => { requires => { - "Test::More" => '0.88', - "Test::Exception" => '0.31', - "Test::Warn" => '0', - "Test::Deep" => '0.101', - "Storable" => '0', # for cloning in tests + 'Test::More' => '0.88', + 'Test::Exception' => '0.31', + 'Test::Warn' => '0', + 'Test::Deep' => '0.101', + 'Storable' => '0', # for cloning in tests }, }, runtime => {