Group
Extension

Matches 1

Plift ( C/CA/CAFEGRATZ/Plift-0.15.tar.gz, CAFEGRATZ, 2016; MetaCPAN )
Plift/lib/Plift/Context.pm ( view source; MetaCPAN )
package Plift::Context;

use Moo;
use Carp;
use XML::LibXML::jQuery;
use JSON 'to_json';
use Encode 'encode';
use namespace::clean;
use Ref::Util qw/ is_hashref is_blessed_ref /;


has 'helper', is =>
ion);

            $target_element->remove unless defined $value;

            # to_json
            $value = to_json($value, { convert_blessed => 1 }) if ref $value eq 'HASH';

            # encode
 

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