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

NAME

App::Koyomi::DataSource::Semaphore::None - Fake module of semaphore datasource

SYNOPSIS

    use App::Koyomi::DataSource::Semaphore::None;
    my $ds = App::Koyomi::DataSource::Semaphore::None->instance(ctx => $ctx);

DESCRIPTION

Fake implementation as datasource for koyomi semaphore. This module does nothing about semaphore but works in the code.

SEE ALSO

App::Koyomi::DataSource::Semaphore

AUTHORS

YASUTAKE Kiyoshi <yasutake.kiyoshi@gmail.com>

LICENSE

Copyright (C) 2015 YASUTAKE Kiyoshi.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. That means either (a) the GNU General Public License or (b) the Artistic License.