Hi Alexandr
On 01/02/13 08:12, Alexandr Ciornii via RT wrote:
Show quoted text> Thu Jan 31 16:12:43 2013: Request 83077 was acted upon.
> Transaction: Ticket created by CHORNY
> Queue: Tree-DAG_Node
> Subject: Test::Pod requires perl 5.8
> Broken in: 1.09
> Severity: Unimportant
> Owner: Nobody
> Requestors: CHORNY@cpan.org
> Status: new
> Ticket<URL:
https://rt.cpan.org/Ticket/Display.html?id=83077>
>
>
> Tree-DAG_Node-1.09 depends on Test::Pod which requires perl 5.8. Please
> consider making this dependency optional (always or on perl< 5.8|)
t/pod.t is:
use Test::More;
eval "use Test::Pod 1.45";
plan skip_all => "Test::Pod 1.45 required for testing POD" if $@;
all_pod_files_ok();
So, if I remove Test::Pod from build_requires in Build.PL and from
PREREQ_PM in Makefile.PL, will that suffice?
--
Ron Savage
http://savage.net.au/
Ph: 0421 920 622