diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-12-20 10:17:41 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-12-20 10:17:41 +0100 |
commit | cbd6a01c195c3f4ca69a1c25d4b781b537983faf (patch) | |
tree | 61aec000a33d83a931596a4f00cbe4c74b09286b /scripts | |
parent | 03df8d4c4e34ba7da1d187b3d6eeebe3cdad23d2 (diff) |
add Text::Markdown to install_helper.pl
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install_helper.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |