Skip Menu |

This queue is for tickets about the Goo CPAN distribution.

Report information
The Basics
Id: 102123
Status: new
Priority: 0/
Queue: Goo

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

Bug Information
Severity: (no value)
Broken in: 0.09
Fixed in: (no value)



Subject: t/pod-coverage.t fails
Running "make test" with a perl 5.21.8 gives a number of errors, starting with: # Failed test 'Pod coverage on Goo' # at /opt/perl-5.21.8/lib/site_perl/5.21.8/Test/Pod/Coverage.pm line 133. # Goo: requiring 'Goo' failed # Failed test 'Pod coverage on Goo::Shell' # at /opt/perl-5.21.8/lib/site_perl/5.21.8/Test/Pod/Coverage.pm line 133. # Goo::Shell: requiring 'Goo::Shell' failed Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/ {{ <-- HERE ([^}]*)}} / at /tmpfs/.cpan-build/Goo-0.09-S2_YSn/blib/lib/Goo/Template.pm line 56. # Failed test 'Pod coverage on Goo::DatabaseInfo' # at /opt/perl-5.21.8/lib/site_perl/5.21.8/Test/Pod/Coverage.pm line 133. # Goo::DatabaseInfo: requiring 'Goo::DatabaseInfo' failed # Failed test 'Pod coverage on Goo::DatabaseThing::Maker' # at /opt/perl-5.21.8/lib/site_perl/5.21.8/Test/Pod/Coverage.pm line 133. # Goo::DatabaseThing::Maker: requiring 'Goo::DatabaseThing::Maker' failed ...