diff options
| author | Sven Nierlein <Sven.Nierlein@consol.de> | 2013-08-23 12:40:55 +0200 |
|---|---|---|
| committer | Sven Nierlein <sven@consol.de> | 2013-08-23 12:40:55 +0200 |
| commit | fae168a68b132b3a9e32e346342d23fff2b927f2 (patch) | |
| tree | a0a727401bb5fdee674fa3157d7177849b65ba20 /perlmods | |
| parent | 912a2eaf023814027ecec4805746b746ddfd5262 (diff) | |
| download | monitoring-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_order | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perlmods/install_order b/perlmods/install_order index d4056f93..7d84cef2 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 |
| 2 | Test-Simple | 2 | Test-Simple |
| 3 | Perl-OSType | 3 | Perl-OSType |
| 4 | parent | ||
| 5 | version | ||
| 6 | Try-Tiny | ||
| 7 | Module-Metadata | ||
| 8 | Module-Runtime | ||
| 9 | Module-Implementation | 4 | Module-Implementation |
| 5 | Module-Metadata | ||
| 6 | version | ||
| 10 | Module-Build | 7 | Module-Build |
| 8 | Module-Runtime | ||
| 9 | parent | ||
| 10 | Try-Tiny | ||
| 11 | Params-Validate | 11 | Params-Validate |
| 12 | Math-Calc-Units | 12 | Math-Calc-Units |
| 13 | Class-Accessor | 13 | Class-Accessor |
