cpants / www-cpants

cpants tools
Other
21 stars 6 forks source link

Lots of "Negative repeat count does nothing" warnings on test #111

Closed haukex closed 5 years ago

haukex commented 6 years ago

On running prove -lwr t/ I get lots of warnings like this: Module::CPANTS::SiteKwalitee::Pod: Negative repeat count does nothing at .../Pod/Simple/Checker.pm line 91. I just got started with the code base so I'm not sure yet what the cause is.

Thanks for providing this service!

charsbar commented 6 years ago

You must be using Perl 5.22 or above. This is because of https://github.com/perl-pod/pod-simple/pull/90 , which is really annoying especially because Pod::Simple::Checker is in core...

haukex commented 6 years ago

Ah, I see, thanks (this was on 5.26)

charsbar commented 5 years ago

Closing as Pod::Simple with the above fix has been released. Thanks.