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::UnsatPrereq;

$CPAN::Test::Dummy::Perl5::Make::UnsatPrereq::VERSION = '1.00';

1;

__END__

=pod

=head1 NAME

CPAN::Test::Dummy::Perl5::Make::UnsatPrereq - CPAN Test Dummy

=head1 SYNOPSIS

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

=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

Slaven Rezic, based on code from Andreas Koenig.

=head1 COPYRIGHT & LICENSE

Copyright 2007 Slaven Rezic

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

=cut