Skip Menu |

This queue is for tickets about the Text-Reflow CPAN distribution.

Report information
The Basics
Id: 105774
Status: resolved
Priority: 0/
Queue: Text-Reflow

People
Owner: martin [...] gkc.org.uk
Requestors: contyk [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.09
Fixed in: 1.10



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' ], );
On Thu Jul 09 11:32:00 2015, contyk wrote: Show quoted text
> The current version doesn't install the reflow script. The attached > patch fixes the issue.
Should be fixed in version 1.10