NAME
App::Memcached::Tool::Constants - Provides constants
SYNOPSIS
use App::Memcached::Tool::Constants ':all';
my $addr = DEFAULT_ADDR();
my $addr = $hostname . ':' . $DEFAULT_PORT;
DESCRIPTION
Provides constants 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>