in reply to Re: YAOOM
in thread YAOOM

  Instead of using AUTOLOAD, why not just use can()?

Because AUTOLOAD leaves the test in the package, whereas can requires the test everywhere the package is used in the application?

  p