in reply to Re^3: Test::Pod:Coverage: excluding 'used' modules
in thread Test::Pod:Coverage: excluding 'used' modules
OK, I seem to have been indulging in some cargo-cult programming. My pod-covarage.t looked like this:
#!perl -T use Test::More; eval "use Test::Pod::Coverage 1.04"; plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD co +verage" if $@; all_pod_coverage_ok();
If I delete the shebang line, everything is OK. I'm not sure where the line came from - I had to look up the meaning of the option '-T', so I don't think it was anything I added consciously. Strangely this line crops in other copies of pod-covarage.t for other modules where it doesn't cause a problem. So there is still something odd going on.
Cheers,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Test::Pod:Coverage: excluding 'used' modules
by tobyink (Canon) on Nov 18, 2019 at 13:01 UTC | |
by hippo (Archbishop) on Nov 19, 2019 at 13:38 UTC | |
by loris (Hermit) on Nov 19, 2019 at 08:34 UTC | |
by tobyink (Canon) on Nov 19, 2019 at 09:04 UTC |