Skip to content

Commit

Permalink
update prereqs.
Browse files Browse the repository at this point in the history
  • Loading branch information
maddingue committed Aug 11, 2011
1 parent 8471af5 commit 1430e31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build.PL
Expand Up @@ -10,6 +10,8 @@ my $builder = Module::Build->new(
dist_version_from => 'lib/SNMP/ToolBox.pm',
requires => {
'Carp' => 0,
'Exporter' => 0,
'parent' => 0,
},
build_requires => {
'Test::More' => 0,
Expand Down
2 changes: 2 additions & 0 deletions Makefile.PL
Expand Up @@ -12,6 +12,8 @@ WriteMakefile(
PREREQ_PM => {
# prereqs
'Carp' => 0,
'Exporter' => 0,
'parent' => 0,

# build/test prereqs
'Test::More' => 0,
Expand Down

0 comments on commit 1430e31

Please sign in to comment.