aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-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 6dc71539..5a968c1b 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 Makefile.PL
-make
-make test
-make install
+perl Build.PL
+Build
+Build test
+Build install
# make the package