Subject: | [PATCH] test_3_26.t fails without LWP::Simple installed |
When running make test without LWP installed, get the following failure:
t/test_3_26.........................ok 11/13Undefined subroutine
&XML::Twig::get called at <path to
Show quoted text
build>/XML-Twig-3.26/blib/lib/XML/Twig.pm line 793.
Failure is due to LWP::Simple being required for parse_uri function.
Patch attached will match this test file behavior to other test files,
and skip the test if LWP::Simple is not installed.
Subject: | test_3_26.t.patch_diff |
Message body not shown because it is not plain text.