Skip Menu |

This queue is for tickets about the MIME-tools CPAN distribution.

Report information
The Basics
Id: 4483
Status: rejected
Priority: 0/
Queue: MIME-tools

People
Owner: Nobody in particular
Requestors: andre.mueller [...] himmel-blau.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 6.200_02
  • 5.411a
Fixed in: (no value)



Subject: MIME::Parser::Reader ; can't call method "isa"
Hello I have first used MIME-tools 5.411a installed as rpm on redhat 8.0 and got the message "Can't call method "isa" on unblessed reference at ... MIME/Parser/Reader.pm line ..." As I could not figure out what could the cause for this error message, I installed the actual version of perl (5.8.2) and also the actual version of MIME-tools 6.200_02. Unfortunatly I receive still the same error message with a changed reference number. Can't call method "isa" on unblessed reference at /usr/local/lib/perl5/site_perl/5.8.2/MIME/Parser/Reader.pm line 193. Many thanks for any hint for possible causes of this error and possible solutions. Andre Mueller
From: andre.mueller [...] himmel-blau.com
Hello I am sorry, my bug report seems to be needless as I could find out finally the cause of the problem: instead of correctly writing: open(MESSAGE,"$vFilePath") or die "Unable to open $vFilePath:$!\n"; my $entity=$parser->parse(\*MESSAGE); I forgot to write the backslash on the parser call: open(MESSAGE,"$vFilePath") or die "Unable to open $vFilePath:$!\n"; my $entity=$parser->parse(*MESSAGE); So I am asking pardon for ... with best regards, Andre Mueller [guest - Tue Nov 25 10:45:23 2003]: Show quoted text
> Hello > > I have first used MIME-tools 5.411a installed as rpm on redhat 8.0 and > got the message "Can't call method "isa" on unblessed reference at > ... MIME/Parser/Reader.pm line ..." > > As I could not figure out what could the cause for this error message, > I installed the actual version of perl (5.8.2) and also the actual > version of MIME-tools 6.200_02. Unfortunatly I receive still the > same error message with a changed reference number. > > Can't call method "isa" on unblessed reference at > /usr/local/lib/perl5/site_perl/5.8.2/MIME/Parser/Reader.pm line > 193. > > Many thanks for any hint for possible causes of this error and > possible solutions. > > Andre Mueller