diff options
author | Florian Pritz <bluewind@xinu.at> | 2012-02-14 16:59:07 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2012-02-14 16:59:07 +0100 |
commit | 6a3c88a7b4df3310a931a4e4452d59a21adf1c7c (patch) | |
tree | d018177f2e2f2f216ffa0da43c13f9a04dd1261a /scripts | |
parent | 74f57266a0b422d6ce06f9da2d9e94ff123b60b1 (diff) |
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 <bluewind@xinu.at>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install_helper.pl | 8 |
1 files changed, 0 insertions, 8 deletions
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"; |