Subject: | Please resurrect the OO interface and test suite |
Although it is mentioned in the "Changes" file that, from versions 1.63
onward, the OO interface has been removed and that we can use an old
version to get it back -- this seriously breaks new installations of
modules that depends on Net::Domain::TLD.
Case in point: http://use.perl.org/~LTjake/journal/
To summarize: Email::Store needs Net::Domain::TLD deep down in the chain
(via Email::Valid), but the error returned doesn't make much sense (due
to the levels of indirection that I have to deal with in the application).
Also, Ricardo Signes (RJBS) released version 1.62 which included a great
test suite which would ensure that future revisions could be regression
tested. Following versions completely removed the test suite in favor of
a n "initialization" test alone.
I'm not sure what your rationale behind completely breaking the module's
API and test suite could be, but I'd be happy to listen.