Bundle::CpanTestDummies - A bundle only for testing CPAN.pm


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

Index


Code Index:

NAME

Top

Bundle::CpanTestDummies - A bundle only for testing CPAN.pm

SYNOPSIS

Top

  --- No Synopsis ---

CONTENTS

Top

CPAN::Test::Dummy::Perl5::Build

  # uses Module::Build

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

  # has a failing test

CPAN::Test::Dummy::Perl5::Make

  # traditional MakeMaker

CPAN::Test::Dummy::Perl5::BuildOrMake

  # has both a Makefile.PL and a Build.PL

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

  # fails already when Makefile.PL is called

CPAN::Test::Dummy::Perl5::Make::Zip

  # builds a .zip distro instead of a .tar.gz

DESCRIPTION

Top

Within the CPAN.pm t/ directory, we keep two versions of this bundle: one like a private bundle of the user in the t/dot-cpan/Bundle/ directory and one within the CPAN::Test::Dummy::Perl5::Make distro.

AUTHOR

Top

Andreas Koenig


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

use strict;

package Bundle::CpanTestDummies;

$Bundle::CpanTestDummies::VERSION = 1.6 + sprintf "%.6f", substr(q$Rev: 967 $,4)/1000000;

1;

__END__