Test::Reporter::Transport::Mail::Send.3pm

Langue: en

Version: 2010-03-26 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Test::Reporter::Transport::Mail::Send - Mail::Send transport for Test::Reporter

VERSION

version 1.57

SYNOPSIS

     my $report = Test::Reporter->new(
         transport => 'Mail::Send',
         transport_args => [ @mail_send_args ],
     );
 
 

DESCRIPTION

This module transmits a Test::Reporter report using Mail::Send.

USAGE

See Test::Reporter and Test::Reporter::Transport for general usage information.

Transport Arguments

     $report->transport_args( @mail_send_args );
 
 

Any arguments supplied are passed to the Mail::Send constructor.

METHODS

These methods are only for internal use by Test::Reporter.

new

     my $sender = Test::Reporter::Transport::Mail::Send->new( 
         @args 
     );
 
 

The "new" method is the object constructor.

send

     $sender->send( $report );
 
 

The "send" method transmits the report.

AUTHORS

   Adam J. Foxson <afoxson@pobox.com>
   David Golden <dagolden@cpan.org>
   Kirrily "Skud" Robert <skud@cpan.org>
   Ricardo Signes <rjbs@cpan.org>
   Richard Soderberg <rsod@cpan.org>
   Kurt Starsinic <Kurt.Starsinic@isinet.com>
 
 
This software is copyright (c) 2010 by Authors and Contributors.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.