Group
Extension

Matches 1

JavaScript-V8-Handlebars ( R/RM/RMZG/JavaScript-V8-Handlebars-0.10.tar.gz, RMZG, 2018; MetaCPAN )
JavaScript-V8-Handlebars/lib/JavaScript/V8/Handlebars.pm ( view source; MetaCPAN )
0.10';

use File::Slurp qw/slurp/;
use File::Spec;
use File::Find ();
use File::ShareDir ();

use JSON ();
use JavaScript::V8;

our $LOG = 0;

my $module_dir = File::ShareDir::module_dir( __PACKAGE__ 
= @_;

	$self->c->bind( console => {
		log => sub {
			my $json = JSON->new->pretty->utf8;
			for( @_ ) {
				if( ref $_ ) {
					print $json->encode( $_ );
				}
				else {
					print "$_\n";
				}
	

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