aboutsummaryrefslogtreecommitdiff
path: root/setup.pl
diff options
context:
space:
mode:
Diffstat (limited to 'setup.pl')
-rwxr-xr-xsetup.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.pl b/setup.pl
index 7ec038b..4a6337c 100755
--- a/setup.pl
+++ b/setup.pl
@@ -1,5 +1,6 @@
#! /usr/bin/env perl
-system "perl build.PL";
+system "perl Build.PL";
system "perl Build installdeps";
+system "perl Build configure";
system "perl Build";