Skip Menu |

This queue is for tickets about the Tree-DAG_Node CPAN distribution.

Report information
The Basics
Id: 83077
Status: resolved
Priority: 0/
Queue: Tree-DAG_Node

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.09
Fixed in: (no value)



Subject: Test::Pod requires perl 5.8
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|) -- Alexandr Ciornii, http://chorny.net
Subject: Re: [rt.cpan.org #83077] Test::Pod requires perl 5.8
Date: Fri, 01 Feb 2013 08:12:44 +1100
To: bug-Tree-DAG_Node [...] rt.cpan.org
From: Ron Savage <ron [...] savage.net.au>
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
On Thu Jan 31 16:19:38 2013, ron@savage.net.au wrote: Show quoted text
> Hi Alexandr >
Show quoted text
> > 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?
Of course. -- Alexandr Ciornii, http://chorny.net
Hi Fixed in V 1.10, which has been uploaded to CPAN.