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
...