The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package CPAN::Test::Dummy::Perl5::Build::Fails;

use 5.004;
use strict;

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

sub dummy { 'Mike' }

1;

__END__

=pod

=head1 NAME

CPAN::Test::Dummy::Perl5::Build::Fails - CPAN Test Dummy

=head1 SYNOPSIS

    use CPAN::Test::Dummy::Perl5::Build::Fails;

=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.

=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