in reply to Re^5: Test::Pod:Coverage: excluding 'used' modules
in thread Test::Pod:Coverage: excluding 'used' modules

Good call. If I remove the '-T' option, the test runs successfully.

So what does Date::Manip read from the environment? Something to do with the timezone, I guess.

Thanks,

loris

  • Comment on Re^6: Test::Pod:Coverage: excluding 'used' modules

Replies are listed 'Best First'.
Re^7: Test::Pod:Coverage: excluding 'used' modules
by tobyink (Canon) on Nov 19, 2019 at 09:04 UTC

    Yep. Before even that point it checks $ENV{DATE_MANIP} though, to decide which of two backend implementations to use.