Subject: | The reflow script isn't installed |
The current version doesn't install the reflow script. The attached patch fixes the issue.
Subject: | Text-Reflow-1.09-Install-reflow.patch |
diff --git a/Makefile.PL b/Makefile.PL
index 4d43683..ae59d11 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,4 +9,5 @@ WriteMakefile(
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
'INC' => '', # e.g., '-I/usr/include/other'
'LICENSE' => 'Perl',
+ 'EXE_FILES' => [ 'reflow' ],
);