NAME
App::Koyomi::Context - koyomi application context
SYNOPSIS
use App::Koyomi::Context;
my $ctx = App::Koyomi::Context->instance;
DESCRIPTION
This module represents Singleton context object.
METHODS
- instance
-
Fetch context singleton.
- datasource_schedule
-
Fetch schedule datasource object.
AUTHORS
IKEDA Kiyoshi <progrhyme@gmail.com>
LICENSE
Copyright (C) 2015-2017 IKEDA 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.