aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdev/perl/perl-module-build/perl-module-build.build8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev/perl/perl-module-build/perl-module-build.build b/dev/perl/perl-module-build/perl-module-build.build
index 5a968c1b..6dc71539 100755
--- a/dev/perl/perl-module-build/perl-module-build.build
+++ b/dev/perl/perl-module-build/perl-module-build.build
@@ -75,10 +75,10 @@ cd $FILE_NAME-$VERSION
# config and install!
mkdir -p /install
-perl Build.PL
-Build
-Build test
-Build install
+perl Makefile.PL
+make
+make test
+make install
# make the package