From 6a3c88a7b4df3310a931a4e4452d59a21adf1c7c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 14 Feb 2012 16:59:07 +0100 Subject: install.php: rework perl dependency check It now displays all missing modules at once rather than requiring to be run again. Signed-off-by: Florian Pritz --- scripts/install_helper.pl | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 scripts/install_helper.pl (limited to 'scripts') diff --git a/scripts/install_helper.pl b/scripts/install_helper.pl deleted file mode 100755 index eecf50cf1..000000000 --- a/scripts/install_helper.pl +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/perl -use warnings; -use strict; -use File::MimeInfo::Magic; -use HTML::FromANSI; -use Text::Markdown qw(markdown); - -print "works"; -- cgit v1.2.3-24-g4f1b