summaryrefslogtreecommitdiffstats
path: root/FUNCTIONS
diff options
context:
space:
mode:
authorVlad Glagolev2008-01-07 11:17:17 +0300
committerVlad Glagolev2008-01-07 11:17:17 +0300
commitd3373e8a345491e71dd0878b511c4adad20069a7 (patch)
tree97af9d3ae4c5d7bd25525f1803de31ca9d64b0a3 /FUNCTIONS
parent6c66d985ef9c04e0f47c41f245328ff1b80a854a (diff)
FUNCTIONS: default perl-cpan build function
Diffstat (limited to 'FUNCTIONS')
-rwxr-xr-xFUNCTIONS6
1 files changed, 6 insertions, 0 deletions
diff --git a/FUNCTIONS b/FUNCTIONS
index 70ea38e8b3..c11bdb4fd4 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -411,6 +411,12 @@ function default_install_python() {
python setup.py install ${INSTALL_ROOT:+--root "$INSTALL_ROOT/"}
}
+#-------------------------------------------------------------------------
+## Default build for Perl spell.
+#-------------------------------------------------------------------------
+function default_build_perl() {
+ perl Makefile.PL $OPTS && make
+}
#---
## disable_pic