Group
Extension

Matches 1

App-Office-Contacts ( R/RS/RSAVAGE/App-Office-Contacts-2.04.tgz, RSAVAGE, 2014; MetaCPAN )
App-Office-Contacts/lib/App/Office/Contacts/Controller/AutoComplete.pm ( view source; MetaCPAN )
 strict;
use utf8;
use warnings;
use warnings  qw(FATAL utf8); # Fatalize encoding glitches.

use JSON::XS;

use Try::Tiny;

# We don't use Moo because we isa CGI::Snapp.

our $VERSION = '2.04';

# --
hes: " . scalar @$response);

		# Warning: Do not use ... new -> utf8 -> encode...

		$response = JSON::XS -> new -> encode($response);

		$self -> param('db') -> simple -> commit;
	}
	catch
	{
		my($
log the error despite the error.

		$self -> log(error => "System error: $error");

		$response = JSON::XS -> new -> encode([$self -> param('system_error')]);
	};

	return $response;

} # End of displ

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