in reply to Module Problem

Is there a way to find which module is throwing this error?

I would just search perl's site/lib directory (and subdirs) for any files whose contents match (say):
More information at <http://www.linpro.no/lwp/libwww-perl/README.SSL>.
Cheers,
Rob

Replies are listed 'Best First'.
Re^2: Module Problem
by audiopro (Novice) on Jul 26, 2013 at 11:54 UTC
    Thanks - this is on a shared server so I have no direct access to the modules

      Yes, even you can use CPAN, also local::lib and cpanm, which faciliate installing modules locally.

      If your host removes/changes modules without you noticing, I recommend you either do not use the provided Perl, or you communicate with your host so you can test proposed changes earlier. A third measure is to find a different host.

        Not sure what has happened - I suspect that something is corrupted somewhere rather than been removed
        The format of the forum is confusng - sorry if my replies are in the wrong place.