Subject: | Chomped final character when sending transport |
When configuring, I get the following error:
transport? [Mail::Send]
error loading Test::Reporter::Transport::Mail::Sen. Please install the missing module or choose a different transport mechanism.
when trying to send reports, I get the same error:
$ cpanm-reporter
error loading Test::Reporter::Transport::Mail::Sen. Please install the missing module or choose a different transport mechanism.
sending: (http://www.cpan.org/authors/id/P/PE/PETDANCE/File-Next-1.12.tar.gz, PETDANCE, File-Next-1.12, PASS)
Test::Reporter: could not load 'Test::Reporter::Transport::Mail::Sen'
Can't locate Test/Reporter/Transport/Mail/Sen.pm in @INC (you may need to install the
Test::Reporter::Transport::Mail::Sen module) (@INC contains: /home/rr/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.1/x86_64-linux /home/rr/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.1 /home/rr/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.1/x86_64-linux /home/rr/perl5/perlbrew/perls/perl-5.20.0/lib/5.20.1 /home/rr/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0/x86_64-linux /home/rr/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.0 /home/rr/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl .) at (eval 30) line 1.
at /home/rr/perl5/perlbrew/perls/perl-5.20.0/lib/site_perl/5.20.1/App/cpanminus/reporter.pm line 359.
In the configuration file, transport is set to "Mail::Send". So I suspect something is chomping the final character.
I am using Perl 5.20.1.