On Thu May 14 04:09:51 2020, ramin@firstsource.tech wrote:
Show quoted text> If we have a sub like this:
>
>
>
> my $test_sub = sub {
>
> return 1;
>
> }
>
>
>
> The Pod::Coverage module just ignores the function whether it has a
> POD or not.
>
>
>
> Is there any way to solve this problem?
>
What would "covered" even mean for a sub like this? The sub is unnamed, and not callable outside the module. Pod is generally documentation for users, not authors of a module.