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


CPAN-Test-Dummy-Perl5-Make-Failearly documentation Contained in the CPAN-Test-Dummy-Perl5-Make-Failearly distribution.

Index


Code Index:

NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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 perl Makefile.PL run.

AUTHOR

Top

Andreas Koenig, based PITA by Adam Kennedy.

COPYRIGHT & LICENSE

Top


CPAN-Test-Dummy-Perl5-Make-Failearly documentation Contained in the CPAN-Test-Dummy-Perl5-Make-Failearly distribution.

use strict;

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

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

1;

__END__