Skip to content

Commit

Permalink
Quote required modules so silent warning
Browse files Browse the repository at this point in the history
  • Loading branch information
claesjac committed Jan 16, 2012
1 parent e977283 commit bf97b8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf97b8d

Please sign in to comment.