diff options
-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"; |