in reply to Re: Perl patch breaks custom module
in thread Perl patch breaks custom module

Based on the error message, it appears that the "custom" module in question is MIME::Base64. Just reinstall it from CPAN.

Replies are listed 'Best First'.
Re^3: Perl patch breaks custom module
by marinersk (Priest) on Apr 14, 2017 at 03:08 UTC

    Since the OP has been at Perl a whole month, mayhaps an extra spoon is in order?

    Is it likely to be as easy as:

    ppm install MIME::Base64
    ppm update MIME::Base64

    ?

      ppm is an ActivePerl thing, isn't it? It looks like there is an ActivePerl for HP-UX, but we don't know if that's the perl the OP is using.