diff options
Diffstat (limited to 'setup.pl')
-rwxr-xr-x | setup.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"; |