Skip Menu |

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

Report information
The Basics
Id: 6963
Status: new
Priority: 0/
Queue: Text-Reform

People
Owner: Nobody in particular
Requestors: jpo [...] di.uminho.pt
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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: ... ... ---------------