Subject: | t/0x-format_MARKUP.t fails if the module for MARKUP is installed |
Hi,
I'm writing a utility to convert text to HTML, and am having trouble installing Markup::Unified on the intended users' machines:
t/02-format_markdown.t ..... Insecure dependency in eval while running with -T s
witch at C:/strawberry/perl/lib/Module/Metadata.pm line 631, <GEN0> line 12.
My module declares a dependency on Text::Markdown & Markup::Unified and they are installed in that order.
I notice that the t/0x-format_MARKUP.t files run with taint mode enabled, and I don't understand why! Could you elaborate?
DGHOLZ