in reply to Re^2: Using sub routines or AUTOLOAD for XS constants
in thread Using sub routines or AUTOLOAD for XS constants

can is for methods...

I agree in principle, but what's the difference in practice between a method and a function, at least when you're groveling through a package's symbol table?

There's likely a bug lurking in Sub::Exporter here as well, if it ever tries to export an inherited function.

Replies are listed 'Best First'.
Re^4: Using sub routines or AUTOLOAD for XS constants
by ikegami (Patriarch) on Jan 02, 2010 at 19:55 UTC
    It means there's a hole (false positives) in the error checking the author apparently desires, and it probably allows it to export inherited subs are a result.