in reply to Test::Pod::Coverage fails on constant

There has been changes to how constants are stored. They used to be stored as subs, but that's not always the case anymore.
  • Comment on Re: Test::Pod::Coverage fails on constant

Replies are listed 'Best First'.
Re^2: Test::Pod::Coverage fails on constant
by astroboy (Chaplain) on Mar 03, 2010 at 03:09 UTC
    Thanks - I'll just add the constant to my ignore list.