G
Graham Drabble
Hi,
I've been developing on Windows using ActivePerl 5.10.0 and the
Email::MIME that is installed by ppm (which turns out to be 1.906).
For production the scripts will run on a Debian machine running perl
5.10.0. The sysadmin of that server loaded Email::MIME by installing
libemail-mime-creator-perl (+ dependencies). It appears that this has
installed Email::MIME version 1.861 which does not provide the body_str
method.
Am I safe to simly download 1.906 from CPAN and install using perl
Makefile.pl and then make or will that lead to me having two
incompatible versions around? If the latter what would be the
recommended path?
I've been developing on Windows using ActivePerl 5.10.0 and the
Email::MIME that is installed by ppm (which turns out to be 1.906).
For production the scripts will run on a Debian machine running perl
5.10.0. The sysadmin of that server loaded Email::MIME by installing
libemail-mime-creator-perl (+ dependencies). It appears that this has
installed Email::MIME version 1.861 which does not provide the body_str
method.
Am I safe to simly download 1.906 from CPAN and install using perl
Makefile.pl and then make or will that lead to me having two
incompatible versions around? If the latter what would be the
recommended path?