summaryrefslogtreecommitdiffstats
path: root/perlmods
diff options
context:
space:
mode:
authorSven Nierlein <Sven.Nierlein@consol.de>2013-08-23 10:40:55 (GMT)
committerSven Nierlein <sven@consol.de>2013-08-23 10:40:55 (GMT)
commitfae168a68b132b3a9e32e346342d23fff2b927f2 (patch)
treea0a727401bb5fdee674fa3157d7177849b65ba20 /perlmods
parent912a2eaf023814027ecec4805746b746ddfd5262 (diff)
downloadmonitoring-plugins-fae168a68b132b3a9e32e346342d23fff2b927f2.tar.gz
perlmods: fixed install_order
on older systems Module::Build is not available by default, therefore we have to change the order of installation.
Diffstat (limited to 'perlmods')
-rw-r--r--perlmods/install_order10
1 files changed, 5 insertions, 5 deletions
diff --git a/perlmods/install_order b/perlmods/install_order
index d4056f9..7d84cef 100644
--- a/perlmods/install_order
+++ b/perlmods/install_order
@@ -1,13 +1,13 @@
1# Modules installed in this order 1# Modules installed in this order
2Test-Simple 2Test-Simple
3Perl-OSType 3Perl-OSType
4parent
5version
6Try-Tiny
7Module-Metadata
8Module-Runtime
9Module-Implementation 4Module-Implementation
5Module-Metadata
6version
10Module-Build 7Module-Build
8Module-Runtime
9parent
10Try-Tiny
11Params-Validate 11Params-Validate
12Math-Calc-Units 12Math-Calc-Units
13Class-Accessor 13Class-Accessor