The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Acme::CPAN::Testers::NA;
$Acme::CPAN::Testers::NA::VERSION = '0.06';
#ABSTRACT: generate an NA test report

use strict;
use warnings;

q[semper propositum];

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPAN::Testers::NA - generate an NA test report

=head1 VERSION

version 0.06

=head1 DESCRIPTION

Acme::CPAN::Testers::NA generates an C<NA> test report when run by a CPAN Tester.

That's pretty much it, really.

=head1 AUTHOR

Chris Williams <chris@bingosnet.co.uk>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Chris Williams.

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

=cut