summaryrefslogtreecommitdiff
path: root/Build.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Build.PL')
-rwxr-xr-xBuild.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build.PL b/Build.PL
index 43ffda9..a2c116d 100755
--- a/Build.PL
+++ b/Build.PL
@@ -7,5 +7,9 @@ Module::Build->new(
license => 'perl',
create_makefile_pl => 'passthrough',
dist_author => 'Yoran Heling <yorhel@cpan.org>',
+ requires => {
+ POE => 0,
+ DBD::Pg => '2.6.0',
+ },
)->create_build_script;