The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.10 - 2016-11-19

  • fix shebang line in the scripts to reference `/usr/bin/env perl` instead of `/usr/bin/perl` (Thanks 'nigelhorne' (github) for the report) (closes #157)
  • change perms on the bin/ files to 755 from 644 (thanks again to 'nigelhorne' from github for reporting) (closes #156)
  • moved BrewBuild object creation in brewbuild down below the checks to see if *brew is installed. No need for the object if they aren't (closes #160)
  • brewbuild was deleting $args{args} instead of $opts{args} when a plugin is in use without --revdep (fixes #159)
  • in BB::_exec(), we were returning before unloading the dzil shim. This technically shouldn't have caused any issues, but in some cases it may have (closes #158)

Documentation

Dispatch Test::BrewBuild builds to remote test servers.
Remote Windows/Unix testing platform server daemon for Test::BrewBuild
Automate module and reverse-dependency testing, on Windows and Unix
Basic overview of using the client/server aspects of the Test::BrewBuild build system
Optional configuration file for the Test::BrewBuild build system.

Modules

Perl/Berry brew unit testing automation, with remote tester dispatching capabilities.
Provides Windows/Unix *brew command translations for Test::BrewBuild
Dispatch Test::BrewBuild test runs to remote test servers.
Git repository manager for the Test::BrewBuild test platform system.
The default 'exec' command plugin.
Daemonized testing service for dispatched test run execution, for Windows & Unix.

Provides

in lib/Test/BrewBuild/Plugin/UnitTestPluginInst.pm