Skip Menu |

This queue is for tickets about the Pod-POM-Web CPAN distribution.

Report information
The Basics
Id: 63181
Status: resolved
Priority: 0/
Queue: Pod-POM-Web

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

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



Subject: Bleadperl b0c2243 breaks Pod-POM-Web-1.14
perlvar got a major rewrite which makes the test script t/requests.t fail. The test script fails with # Failed test 'toc' # at t/requests.t line 36. # 'Can't call method "over" on an undefined value at /home/sand/.cpan/build/Pod-POM-Web-1.14-EPv2ca/blib/lib/Pod/POM/Web.pm line 1001. # ' # doesn't match '(?^:Modules)' I see before line 1001 that it tries to access the head2 "Predefined variables": 999 my ($names) = grep {$_->title eq 'Predefined Names'} 1000 $description->head2; 1001 my @items = map {$_->item} $names->over; 1002 But the C< =head2 Predefined Names > headline in perlvar is gone now. HTH, Cheers!
Le Sam 20 Nov 2010 04:56:04, ANDK a écrit : Show quoted text
> perlvar got a major rewrite which makes the test script t/requests.t
fail. Show quoted text
>
Fixed in 1.15 (now it grabs all =item nodes without any dependency on the document structure)