#!/usr/bin/env perl
use strict;
use warnings;

our $VERSION = '0.01';
$VERSION = eval $VERSION;

use App::CPAN::Testers::Remailer;
App::CPAN::Testers::Remailer->run;

__END__

=begin wikidoc

= NAME

cpantest-remailer - monitor CPAN Testers and remail reports to an author

= VERSION

This documentation refers to version %%VERSION%%.

= SYNOPSIS

    $ cpantest-remailer --author=CPANID --grade=FAIL

= DESCRIPTION

The cpantest-remailer program monitors CPAN Testers reports as they are
posted to the perl.cpan.testers NNTP newsgroup for distributions by a 
particular author.  It forwards reports with desired grades to the author
by email.

= USAGE 

  cpantest-remailer OPTIONS

  Options:
    --author=AUTHORID     CPAN author ID (required)

    --grade=GRADE         PASS, FAIL, UNKNOWN or NA (required, multiple ok)
    
    --smtp=SERVER         SMTP relay server; defaults to mx.perl.org
    
    --mirror=MIRROR       CPAN mirror; defaults to http://cpan.pair.com/

    --help                this usage info


= BUGS

Please report any bugs or feature using the CPAN Request Tracker.  
Bugs can be submitted through the web interface at 
[http://rt.cpan.org/Dist/Display.html?Queue=App-CPAN-Testers-Remailer]

When submitting a bug or request, please include a test-file or a patch 
to an existing test-file that illustrates the bug or desired feature.

= AUTHOR

David A. Golden (DAGOLDEN)

= COPYRIGHT AND LICENSE

Copyright (c) 2008 by David A. Golden

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at 
[http://www.apache.org/licenses/LICENSE-2.0]

Files produced as output though the use of this software, including
generated copies of boilerplate templates provided with this software,
shall not be considered Derivative Works, but shall be considered the
original work of the Licensor.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

=end wikidoc

=cut

#--------------------------------------------------------------------------#
# Don't edit below here
#--------------------------------------------------------------------------#

# Generated by Pod::WikiDoc version 0.18

=pod

=head1 NAME

cpantest-remailer - monitor CPAN Testers and remail reports to an author

=head1 VERSION

This documentation refers to version 0.01.

=head1 SYNOPSIS

     $ cpantest-remailer --author=CPANID --grade=FAIL

=head1 DESCRIPTION

The cpantest-remailer program monitors CPAN Testers reports as they are
posted to the perl.cpan.testers NNTP newsgroup for distributions by a 
particular author.  It forwards reports with desired grades to the author
by email.

=head1 USAGE 

   cpantest-remailer OPTIONS
 
   Options:
     --author=AUTHORID     CPAN author ID (required)
 
     --grade=GRADE         PASS, FAIL, UNKNOWN or NA (required, multiple ok)
 
     --smtp=SERVER         SMTP relay server; defaults to mx.perl.org
 
     --mirror=MIRROR       CPAN mirror; defaults to http://cpan.pair.com/
 
     --help                this usage info

=head1 BUGS

Please report any bugs or feature using the CPAN Request Tracker.  
Bugs can be submitted through the web interface at 
L<http://rt.cpan.org/Dist/Display.html?Queue=App-CPAN-Testers-Remailer>

When submitting a bug or request, please include a test-file or a patch 
to an existing test-file that illustrates the bug or desired feature.

=head1 AUTHOR

David A. Golden (DAGOLDEN)

=head1 COPYRIGHT AND LICENSE

Copyright (c) 2008 by David A. Golden

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at 
L<http://www.apache.org/licenses/LICENSE-2.0>

Files produced as output though the use of this software, including
generated copies of boilerplate templates provided with this software,
shall not be considered Derivative Works, but shall be considered the
original work of the Licensor.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


