The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;

package CPAN::Test::Dummy::Perl5::Make::Failearly;

use vars qw{$VERSION};
$VERSION = '1.02';

1;

__END__

=pod

=head1 NAME

CPAN::Test::Dummy::Perl5::Make::Failearly - CPAN Test Dummy

=head1 SYNOPSIS

    use CPAN::Test::Dummy::Perl5::Make::Failearly;

=head1 DESCRIPTION

This module is part of CPAN.pm with the single purpose of testing
CPAN.pm itself.

Contains no functionality, and will never do so. On the contrary, it
dies already during the C<perl Makefile.PL> run.


=head1 AUTHOR

Andreas Koenig, based PITA by Adam Kennedy.

=head1 COPYRIGHT & LICENSE

Copyright 2006 Andreas Koenig

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

=cut