Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Sender CPAN distribution.

Report information
The Basics
Id: 83209
Status: resolved
Priority: 0/
Queue: Email-Sender

People
Owner: Nobody in particular
Requestors: FARHAD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Installation Error Email::Sender::Transport::Print
From: FARHAD [...] cpan.org
Hey, I tried installing Email::Simple (Email-Sender-1.300003) on a Linux system (openSuse 11.4) with Perl Version 5.14.1. By calling "make test", I got following error: t/000-report-versions-tiny.t .. ok t/devnull.t ................... ok t/fail-multi.t ................ ok t/fail.t ...................... ok t/maildir.t ................... ok t/mbox.t ...................... ok t/print.t ..................... isa check for "fh" failed: CP=HASH(0x76bb48) is not an instance of IO::Handle! at (eval 97) line 43. Email::Sender::Transport::Print::new('Email::Sender::Transport::Print', 'HASH(0x789f78)') called at t/print.t line 17 # Looks like your test exited with 255 before it could output anything. t/print.t ..................... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/4 subtests t/sendmail.t .................. ok t/simple-simple.t ............. ok t/simple-wrapper.t ............ ok t/smtp-via-mock.t ............. skipped: Sub::Override required to test SMTP transport by mocking t/smtp-via-rig.t .............. skipped: set EMAIL_SENDER_SMTPRIGS to run these tests t/test.t ...................... ok t/trans-prep-email.t .......... ok t/util-env.t .................. ok t/util-fail.t ................. ok Best regards, Farhad
On 2013-02-08 04:51:46, FARHAD wrote: ot following error: Show quoted text
> > t/000-report-versions-tiny.t .. ok
You didn't include the diagnostic output from this test, which is essential. Can you please provide it again? It includes a bunch of lines like: # Carp => 1.28 (want any version) Thanks.
My guess is that you're using a MooX::Types::MooseLike version previous to 0.15 Confirm? Try upgrading and let me know if it works.
On Fri Feb 08 08:59:57 2013, RJBS wrote: Show quoted text
> My guess is that you're using a MooX::Types::MooseLike version > previous to 0.15 > > Confirm? Try upgrading and let me know if it works.
Your guess was correct! I installed MooX::Types::MooseLike version '1.4'. After upgrading to latest version '0.20', I could install your package Email::Sender without any problem. Thank you, Farhad