Subject: | Missing requirement: TeX::Hyphen |
Text::Reform 1.11
-----------------
The module TeX::Hyphen should be required (in Makefile.PL).
Also a test could be added to cover this option.
Example:
---------------
use Text::Reform qw( form break_TeX );
print form { break => break_TeX }, '[[[[]]]]', 'bla bla bla';
---------------
Error message:
---------------
Can't locate TeX/Hyphen.pm in @INC (@INC contains: ...
...
---------------