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!