Rough Guide to CPAN Testing

Chris BinGOs Williams

CPAN Tester

Who the hell is this guy?

MANIFEST

What is CPAN testing?

What is CPAN testing?

CPAN Testing Community

How CPAN Testing Works

How does CPAN testing work?

How does CPAN testing work?

How does CPAN testing work?

How does CPAN testing work?

Types of Reports

The tools of CPAN Testing

Two styles of CPAN testing

CPAN::Reporter

CPAN::Reporter Installation

Super quick-start version...


 $ cpan

 cpan> install CPAN::Reporter

 cpan> reload CPAN

 cpan> o conf init test_report
    

CPAN::Reporter Benefits

CPANPLUS

CPANPLUS Installation


 $ cpanp

 cpanp> i YAML::Tiny

 cpanp> i Test::Reporter

 cpanp> s conf email bingos@cpan.org

 cpanp> s conf cpantest 1

 cpanp> s conf cpantest_mx smtp.somedomain.com

 cpanp> s conf verbose 1

 cpanp> s save

    

CPANPLUS Benefits

Automated CPAN Smoke Testing

Automated CPAN Smoke Frameworks

CPAN::Reporter::Smoker

CPAN(PLUS)::YACSmoke


perl -MCPAN::YACSmoke -e test

perl -MCPANPLUS::YACSmoke -e test

Problems

POE based smokers


miniyacsmoker --perl /home/cpan/rel/perl-5.10.0/bin/perl

Dangers

Danger

Future Developments

Future Developments

CPAN Testers BOF