The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Acme::Prereq::BigDistro::B;

use strict;

our $VERSION = '0.02'; # VERSION
# ABSTRACT: Module for testing CPAN module prerequisites

42;



=pod

=head1 NAME

Acme::Prereq::BigDistro::B - Module for testing CPAN module prerequisites

=head1 VERSION

version 0.02

=head1 SYNOPSIS

   use Acme::Prereq::BigDistro;

=head1 DESCRIPTION

Acme::Prereq::BigDistro does nothing.  It's used to test prereqs and 
emulate a big distribution of modules.

=head1 SEE ALSO

Other Acme::Prereq modules: L<Acme::Prereq::A>, L<Acme::Prereq::B>, L<Acme::Prereq::None>

L<Dist::Zilla::Plugin::PrereqsClean>, which is what actually uses this thing.

=head1 AUTHOR

Brendan Byrd <BBYRD@CPAN.org>

=head1 COPYRIGHT AND LICENSE


Brendan Byrd has dedicated the work to the Commons by waiving all of his
or her rights to the work worldwide under copyright law and all related or
neighboring legal rights he or she had in the work, to the extent allowable by
law.

Works under CC0 do not require attribution. When citing the work, you should
not imply endorsement by the author.

=cut


__END__