NAME

App::Memcached::CLI::Util - Utility functions for memcached-cli

SYNOPSIS

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

DESCRIPTION

This module provides utility functions for other modules.

LICENSE

Copyright (C) IKEDA Kiyoshi.

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

AUTHOR

IKEDA Kiyoshi <progrhyme@gmail.com>