Group
Extension

Matches 2

Padre-Plugin-WebGUI ( P/PD/PDONELAN/Padre-Plugin-WebGUI-1.002.tar.gz, PDONELAN, 2011; MetaCPAN )
Padre-Plugin-WebGUI/lib/Padre/Plugin/WebGUI/Assets.pm ( view source; MetaCPAN )
}

    my $assets = $response->content;

    # TRACE($assets) if DEBUG;

    use JSON;
    $assets = eval { decode_json($assets) };
    if ($@) {
        TRACE($@) if DEBUG;
        $self->main->error
Padre-Plugin-WebGUI ( P/PD/PDONELAN/Padre-Plugin-WebGUI-1.002.tar.gz, PDONELAN, 2011; MetaCPAN )
Padre-Plugin-WebGUI/lib/Padre/Document/WebGUI/Asset.pm ( view source; MetaCPAN )
       func    => 'save',
            assetId => $asset->{assetId},
            props   => encode_json($asset),
        }
    );
    unless ( $response->header('Padre-Plugin-WebGUI') ) {
        my $e
    = shift;
    my $content = shift;

    # TRACE($content) if DEBUG;

    use JSON;
    my $asset = eval { decode_json($content) };
    if ($@) {
        TRACE($@) if DEBUG;
        warn $@;
       

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