http://www.perlmonks.org?node_id=852915


in reply to Testing perl modules that rely on remote data

Also, I use Moose in my Perl module, but should I really bother testing the methods that it writes for me?

No, Moose has that covered pretty well with the Moose and Class::MOP test suites.

-stvn
  • Comment on Re: Testing perl modules that rely on remote data