| CPAN-Test-Dummy-Perl5-Make-FailLate documentation | Contained in the CPAN-Test-Dummy-Perl5-Make-FailLate distribution. |
CPAN::Test::Dummy::Perl5::Make::FailLate - CPAN Test Dummy
This documentation refers to version 1.02.
use CPAN::Test::Dummy::Perl5::Make::FailLate;
This module has been developed with the single purpose of testing CPAN.pm itself.
Contains no functionality, and will never do so. On the contrary, it dies during either "make" or "perl Build".
David A. Golden, based on CPAN::Test::Dummy::Perl5::Make::Failearly by Andreas Koenig.
Copyright 2007 David Golden
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| CPAN-Test-Dummy-Perl5-Make-FailLate documentation | Contained in the CPAN-Test-Dummy-Perl5-Make-FailLate distribution. |
package CPAN::Test::Dummy::Perl5::Make::FailLate; use strict; use vars qw{$VERSION}; $VERSION = '1.02'; 1; __END__