What you need to install is 'Email::MIME::Modifier'. I think it is not 
installed by dependencies, if you install Email::MIME - but Email::MIME 
will be installed, if you request to install Email::MIME::Modifier! I know 
this is confusing - it is because Email::MIME::Modifier registering it 
self as package Email::MIME!

Email::MIME::Modifier - PM
_________________________________

use strict;
## no critic warnings

package Email::MIME::Modifier;

use vars qw[$VERSION];
$VERSION = '1.442';

use Email::MIME;

package Email::MIME; <- self registering as Email::MIME

use Email::MIME::ContentType;
use Email::MIME::Encodings;
use Email::MessageID;

=head1 NAME

Email::MIME::Modifier - Modify Email::MIME Objects Easily

=head1 VERSION

version 1.442
 ............................. 

>and the search returned this

ppm> s email-mime-modifier
Searching in Active Repositories
  1. Email-MIME-Modifier [1.442] Modify Email::MIME Objects Easily
  2. Email-MIME-Modifier [1.442] Modify Email::MIME Objects Easily


Thomas





"GrayHat" <[EMAIL PROTECTED]> 
Gesendet von: [EMAIL PROTECTED]
06.08.2008 18:19
Bitte antworten an
GrayHat <[EMAIL PROTECTED]>; Bitte antworten an
ASSP development mailing list <assp-test@lists.sourceforge.net>


An
"ASSP development mailing list" <assp-test@lists.sourceforge.net>
Kopie

Thema
Re: [Assp-test] ASSP 1.4.1 going to be closed






> ASSP 1.4.1 seems to be ready for prime time ))).

Fritz... about Email::MIME::Modifier... I tried a search..

ppm search Email::MIME

and the search returned this

1: Email-MIME
   Easy MIME message parsing.
   Version: 1.8
   Author: Simon Cozens ([EMAIL PROTECTED])
   Provide: Email::MIME version 1.8
   Require: Email-MIME-ContentType
   Require: Email-MIME-Encodings
   Require: Email-Simple
   Require: MIME-Types
   Repo: ActiveState Package Repository
   CPAN: http://search.cpan.org/dist/Email-MIME-1.8/
   Installed: 1.8 (site)

now... ASSP (1.4.1.0.32) still bombs with errors when it
comes to parsing attachments; the error(s) are:

error: unable to parse message for attachments - Can't locate object
method "new" via package "Email::MIME" at c:\assp\assp.pl line 9380.

error: unable to parse message for attachments - Can't locate object
method "new" via package "Email::MIME" at c:\assp\assp.pl line 9401.

for the moment I'm avoiding to use attachments blocking,
but I suspect that either, there's still a bug sitting somewhere
or I'm missing some module; any glue ?



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's 
challenge
Build the coolest Linux based applications with Moblin SDK & win great 
prizes
Grand prize is a trip for two to an Open Source event anywhere in the 
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test


DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to