From bf97b8d0663dc2c58cbc6d071b2a8782ffebe522 Mon Sep 17 00:00:00 2001 From: Claes Jakobsson Date: Mon, 16 Jan 2012 21:41:05 +0000 Subject: [PATCH] Quote required modules so silent warning --- Makefile.PL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index fd3cdc8..b825588 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,9 +6,9 @@ WriteMakefile( NAME => 'Pg::Checksource', VERSION_FROM => 'lib/Pg/Checksource.pm', # finds $VERSION PREREQ_PM => { - File::HomeDir => 0, - Pg::Parser => 0, - Array::Stream::Transactional => 1.02, + "File::HomeDir" => 0, + "Pg::Parser" => 0, + "Array::Stream::Transactional" => 1.02, }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/Pg/Checksource.pm', # retrieve abstract from module