From 1ad5f42d0c60e7a0dfd6377e56f150fb4b4c4f5a Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Sun, 5 Jul 2015 20:48:59 +1000 Subject: [PATCH] * bin/dw2md : trailing space --- bin/dw2md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dw2md b/bin/dw2md index af38346..73b00bc 100755 --- a/bin/dw2md +++ b/bin/dw2md @@ -19,7 +19,7 @@ my $parser = Text::Dokuwiki::Parser->new; my $render = Text::Dokuwiki::Render::Markdown->new; my $text = ''; -{ +{ open my $FH, '<', $ARGV[0] or die("open infile: $!\n"); local $/ = undef;