From fae168a68b132b3a9e32e346342d23fff2b927f2 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Fri, 23 Aug 2013 12:40:55 +0200 Subject: perlmods: fixed install_order on older systems Module::Build is not available by default, therefore we have to change the order of installation. --- perlmods/install_order | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'perlmods') 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 @@ # Modules installed in this order Test-Simple Perl-OSType -parent -version -Try-Tiny -Module-Metadata -Module-Runtime Module-Implementation +Module-Metadata +version Module-Build +Module-Runtime +parent +Try-Tiny Params-Validate Math-Calc-Units Class-Accessor -- cgit v1.2.3