The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Acme-CPANPLUS-Module-With-Failing-Configure-Requires;

#ABSTRACT: Fake module with a configure prereq that fails for testing CPANPLUS

use strict;
use warnings;

q[Its like fail, but betterer];

=pod

=head1 SYNOPSIS

 # erm

 cpanp -i ACME::CPANPLUS::Module::With::Core::PreReq

=cut