Group
Extension

Matches 2

App-FonBot-Daemon ( M/MG/MGV/App-FonBot-Daemon-0.001.tar.gz, MGV, 2015; MetaCPAN )
App-FonBot-Daemon/lib/App/FonBot/Plugin/HTTPD.pm ( view source; MetaCPAN )
:Status qw/HTTP_BAD_REQUEST HTTP_OK HTTP_NO_CONTENT HTTP_FORBIDDEN HTTP_UNAUTHORIZED/;
use JSON qw/encode_json/;
use Log::Log4perl;
use POE::Component::Server::HTTP qw/RC_OK RC_DENY RC_WAIT/;

use DB_
;

		if (exists $commands{$user}) {
			my $json=encode_json thaw $commands{$user};
			$log->debug("Sending JSON: $json to $user");
			$response->content($json);
			$response->code(HTTP_OK);
			$respon
);

		if (exists $responses{$user}) {
			my $json=encode_json $responses{$user};
			$log->debug("Sending JSON: $json to $user");
			$response->content($json);
			$response->code(HTTP_OK);
			$response
App-FonBot-Daemon ( M/MG/MGV/App-FonBot-Daemon-0.001.tar.gz, MGV, 2015; MetaCPAN )
App-FonBot-Daemon/lib/App/FonBot/Plugin/Common.pm ( view source; MetaCPAN )
r $VERSION = '0.001';

use v5.14;
use strict;
use warnings;

use parent qw/Exporter/;

use JSON qw/encode_json/;
use Log::Log4perl qw//;

use DB_File qw//;
use Storable qw/freeze thaw/;

use App::FonB

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.