Group
Extension

Matches 1

CGI-Application-Util-Diff ( R/RS/RSAVAGE/CGI-Application-Util-Diff-1.03.tgz, RSAVAGE, 2010; MetaCPAN )
CGI-Application-Util-Diff/lib/CGI/Application/Util/Diff.pm ( view source; MetaCPAN )
t;

use HTML::Entities::Interpolate; # For %Entitize.
use HTML::Template;

use IPC::Capture;

use JSON::XS;

use Path::Class; # For dir() and cleanup().

our $VERSION = '1.03';

# --------------------
quotes to satisfy Path::Class.
	# Encode HTML entities with HTML::Entities::Interpolate.

	return JSON::XS -> new() -> encode
		({
			response =>
			{
				left    => "$left_name",
				message => $mess

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