The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Memcached::Tool::Util - Utility function set

SYNOPSIS

use App::Memcached::Tool::Util ':all';
if (looks_like_addr($given)) {
    ...
}
my $addr = is_unixsocket($given) ? $given : create_addr($hostname);
debug "foo";

DESCRIPTION

App::Memcached::Tool::Util provides utility functions for other modules.

LICENSE

Copyright (C) YASUTAKE Kiyoshi.

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

AUTHOR

YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>