Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    Test::Reporter 1.38

    Download button

    No screenshots available
    Downloads: 285  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.5/5)
    2 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Adam J. Foxson and Richard Soderberg | More programs
    Perl Artistic License / FREE
    February 4th, 2008, 12:38 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Test::Reporter description

    Test::Reporter is a Perl module that sends test results to cpan-testers@perl.org

    Test::Reporter is a Perl module that sends test results to cpan-testers@perl.org

    SYNOPSIS

    use Test::Reporter;

    my $reporter = Test::Reporter->new();

    $reporter->grade('pass');
    $reporter->distribution('Mail-Freshmeat-1.20');
    $reporter->send() || die $reporter->errstr();

    # or

    my $reporter = Test::Reporter->new();

    $reporter->grade('fail');
    $reporter->distribution('Mail-Freshmeat-1.20');
    $reporter->comments('output of a failed make test goes here...');
    $reporter->edit_comments(); # if you want to edit comments in an editor
    $reporter->send('afoxson@cpan.org') || die $reporter->errstr();

    # or

    my $reporter = Test::Reporter->new(
    grade => 'fail',
    distribution => 'Mail-Freshmeat-1.20',
    from => 'whoever@wherever.net (Whoever Wherever)',
    comments => 'output of a failed make test goes here...',
    via => 'CPANPLUS X.Y.Z',
    );
    $reporter->send() || die $reporter->errstr();

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    send test results | report test | Perl module | test | reporter | send



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM