CPANTester journey - Smoking basis for windows box (en/fr)
Thanks to the CPANtesters Wiki , It was quite straightforward to setup my Windows testing box. Typing ' cpan install CPAN::Reporter ' was all needed, installing the dependencies along the way. As I planned to do some smoking tests, I also had to install CPAN::Reporter::Smoker : ' cpan install CPAN::Reporter::Smoker ' Some modules don't play well with (automatic) testing, so configuring distroprefs is probably a good idea : After entering "C:\Documents and settings\UserName\Mes Documents\" you only have to create .cpan/prefs to put there the YAML files downloaded from DAGOLDEN's site Then typing ' o conf init test_report ' inside the cpan shell and answering the few configuration questions should complete the process. Now every module installed (or just tested) will produce a report that you can send (or will be automatically sent according to your setting) and entering a smoke test is just a matter of typing : perl -MCPAN::Repo...