Consistently use single quotes for deps in Makefile.PL
Dagfinn Ilmari Mannsåker [Fri, 31 Jan 2020 11:18:24 +0000 (11:18 +0000)]
Makefile.PL

index 8dbc4a2..80dc676 100644 (file)
@@ -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 => {