So if anyone has been following my previous adventures with CPAN testing and my efforts to create a POE-based framework, I have started componentising my wildly successful bunch of hacked up scripts.
Part one has been released to CPAN and goes by the name of POE::Component::CPAN::YACSmoke.
I'll be following this up with a number of revised scripts in the next few weeks.
Re:Automation of module testing
barbie on 2006-11-20T19:12:11
you've been generating 90% or thereabouts of the test results.Only just recently. Chris still has a long way to go before he over takes Jost in the big money stakes
;) Once I get through the upgrade of the test suite for yacsmoke, I'll include Chris' module in the documentation and possibly a howto as well.
Re:Automation of module testing
BinGOs on 2006-11-21T08:30:33
I'm looking forward to the new shiny CPAN::YACSmoke
I see from looking in SVN that it now uses CPANPLUS' _home_dir() method to work out where to store it's files, which should make it way easier to have multiple test perl installations in one home directory and fudge APPDATA environment to use different
.cpanplus/ folders.