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

NAME

Test::BrewBuild::Tester - Daemonized testing service for dispatched test run execution, for Windows & Unix.

DESCRIPTION

Builds and puts into the background a Test::BrewBuild remote tester listening service.

Note that by default, the working directory is ~/brewbuild on all platforms.

METHODS

new

Returns a new Test::BrewBuild::Tester object.

start

Starts the tester, and puts it into the background.

stop

Stops the tester and all of its processes.

status

Returns 1 if there's a tester currently running, and 0 if not.

ip($ip)

Default listening IP address is 0.0.0.0 ie. all currently bound IPs. Send in an alternate IP address to listen on a specific one.

This will override any IP information in the configuration file, if present.

Returns the currently used IP.

port($port)

Default port is 7800. Send in an alternate to listen on it instead.

This will override any port information in the configuration file, if present.

Returns the port currently being used.

listen

This is the actual service that listens for and processes requests.

By default, listens on all IP addresses bound to all network interfaces, on port 7800.

AUTHOR

Steve Bertrand, <steveb at cpan.org>

CONTRIBUTING

Any and all feedback and help is appreciated. A Pull Request is the preferred method of receiving changes (https://github.com/stevieb9/p5-test-brewbuild), but regular patches through the bug tracker, or even just email discussions are welcomed.

BUGS

https://github.com/stevieb9/p5-test-brewbuild/issues

LICENSE AND COPYRIGHT

Copyright 2016 Steve Bertrand.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.