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

NAME

Module::Build::Service::memcached - Service implementation for memcached

VERSION

version 0.91

SYNOPSIS

  $self->services ([[memcached => 1]]);

DESCRIPTION

This is a service definition for memcached. By default we start the service listening to on localhost:50098 with no config. You can use the following arguments to the service definition to customize this.

ATTRIBUTES

command

The command line to use when invoking memcached. Defaults to:

  <bin> -l <listen> -p <port> -vv

listen

If you just want memcached to listen on a different address, specify the address here.

path

The path(s) in which to look for the memcached executable. Defaults to is /usr/sbin, /usr/local/sbin, /usr/bin and /usr/local/bin.

port

If you just want memcached to listen on a different port, specify the port here.

OTHER

See Module::Build::Service::Base and Module::Build::Service::Fork for more configurable attributes.

AUTHOR

Michael Alan Dorman <mdorman@ironicdesign.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Ironic Design, Inc..

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.