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


in reply to Re: Tests failing for third party server lapses
in thread Tests failing for third party server lapses

There was discussion about this earlier. People adviced me to have the entities always downloaded to 1) avoid having to keep a list of entities up to date and 2) keep the module significantly smaller.

I'm now thinking of creating another module, which would only contain the definitions. But then I'd need to depend either on it or on www access. Can something like that be represented?

use strict; use warnings; print "Just Another Perl Hacker\n";