I saw this and it worried me
"There is a module called, Email::MIME::Modifier, which seems to do
exactly what I need, he only problem is that its prereqs list is very
large" - http://www.perlmonks.org/?node_id=405973
Now the dependencies for Email::MIME::Modifier are
'Email::MIME' => '1.7',
'Email::MIME::ContentType' => '1.0',
'Email::MIME::Encodings' => '1.2',
'Email::MessageID' => '1.2',
'Email::Simple' => '1.9',
'Test::More' => '0.47'
is that too many? Persoanlly I think that they're perfectly fine - but
then the alternative is to have the equivalent of statically linked
libraries.
Toughts? comments?
Simon