Skip to content

Commit

Permalink
Add module requirements to Makefile.PL
Browse files Browse the repository at this point in the history
  • Loading branch information
Aneurysm9 committed Nov 10, 2010
1 parent 7d2b279 commit e12f5d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@ WriteMakefile(
NAME => 'Hostfile::Manager',
VERSION => '0.1',
EXE_FILES => ['bin/hostfiles'],
PREREQ_PM => {
'Getopt::Long' => 0,
'File::Find' => 0,
'File::Slurp' => 0,
'Pod::Usage' => 0,
},
);

0 comments on commit e12f5d3

Please sign in to comment.