Test.Reporter.Transport man page on Cygwin

Man page or keyword search:  
man Server   22533 pages
apropos Keyword Search (all sections)
Output format
Cygwin logo
[printable version]

Test::Reporter::TranspUser3Contributed Perl DocumeTest::Reporter::Transport(3)

NAME
       Test::Reporter::Transport - base class for Test::Reporter transports

VERSION
       version 1.58

SYNOPSIS
	   # Defines API that must be implemented by subclasses

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

	   $sender->send( $report )

DESCRIPTION
       Transport subclasses provide the means by which CPAN Testers reports
       are transmitted to the CPAN Testers mailing list.

       This module is an abstract base class that define an API for
       Test::Reporter::Transport subclasses.  Individual subclasses MUST
       implement the methods described below.

USAGE
       A transport method is specified to Test::Reporter using the "transport"
       option.	The "transport" option expects just the module "suffix" that
       follows "Test::Reporter::Transport".  For example:

	   # use Test::Reporter::Transport::Null for transport
	   my $report = Test::Reporter->new(
	       transport => 'Null'
	   );

       Configuration of the transport is specified with the "transport_args"
       option:

	   my $report = Test::Reporter->new(
	       transport => 'File',
	       transport_args => [ dir => '/tmp' ],
	   );

       These may also be specified with the "transport" or "transport_args"
       methods:

	   $report->transport_args( dir => '/tmp' );

       These may also be combined in the "transport" method itself:

	   $report->transport( 'File', dir => '/tmp' );

METHODS
       The terms 'may', 'must', 'should', etc. used below have their usual RFC
       meanings.

   new
	   my $sender = $subclass->new( @args );

       The "new" method is the object constructor.  It MAY take a list of any
       necessary configuration options.	 It MUST return a transport object if
       one is successfully created or undef if the object can not be created.

   send
	   $sender->send( $report );

       The "send" method MUST take a Test::Reporter object as its only
       argument.  It MUST return true if the report is successfully sent.  It
       SHOULD die with a message describing the failure if a report cannot be
       sent.  It MUST NOT return a true value if the report cannot be sent.

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>

COPYRIGHT AND LICENSE
       This software is copyright (c) 2011 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.

perl v5.14.2			  2011-07-19	  Test::Reporter::Transport(3)
[top]

List of man pages available for Cygwin

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net