# from Adam Kennedy
# on Saturday 28 July 2007 01:52 pm:

>Unfortunately, the pod coverage tests requires the module to be
>compiled, so CPANTS can never safely run it, and thus can never run it
>at all. :)

No.  *Pod::Coverage* requires the module to be compiled.  Testing the 
coverage of pod does not.

For those that want to nit-pick.  Yes, I know methods can be defined via 
loops/accessors at compile-time.  (I'm not documenting "--set_foo"() 
anyway.)  They can also be defined at run-time (via AUTOLOAD, and 
possibly even driven by HTTP or GPIO), so I'll happily draw a line at 
static analysis and call it good.

--Eric
-- 
"Ignorance more frequently begets confidence than does knowledge."
-- Charles Darwin
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to