From cbd6a01c195c3f4ca69a1c25d4b781b537983faf Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 20 Dec 2011 10:17:41 +0100 Subject: add Text::Markdown to install_helper.pl Signed-off-by: Florian Pritz --- scripts/install_helper.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_helper.pl b/scripts/install_helper.pl index 68ac709dd..eecf50cf1 100755 --- a/scripts/install_helper.pl +++ b/scripts/install_helper.pl @@ -3,5 +3,6 @@ use warnings; use strict; use File::MimeInfo::Magic; use HTML::FromANSI; +use Text::Markdown qw(markdown); print "works"; -- cgit v1.2.3-24-g4f1b