From 1e14f6868c1078f8867e1ecdbcc61b3f99221dd0 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 5 Sep 2004 16:55:02 +0000 Subject: [PATCH] quote module names git-svn-id: svn://svn.rot13.org/fuse_dbi/trunk@16 17f4e80c-d0e0-0310-8903-bfc3ae804c12 --- Makefile.PL | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index af1fcf8..03a3b1f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,10 +6,10 @@ WriteMakefile( NAME => 'Fuse::DBI', VERSION_FROM => 'DBI.pm', # finds $VERSION PREREQ_PM => { - POSIX => 0, - Fuse => 0, - DBI => 0, - Carp => 0, + 'POSIX' => 0, + 'Fuse' => 0, + 'DBI' => 0, + 'Carp' => 0, }, # e.g., Module::Name => 1.1 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'DBI.pm', # retrieve abstract from module -- 2.20.1