Group
Extension

Matches 3

Net-EtcDv2 ( G/GR/GREENEG/Net-EtcDv2-v0.0.3.tar.gz, GREENEG, 2020; MetaCPAN )
Net-EtcDv2/lib/Net/EtcDv2.pm ( view source; MetaCPAN )
er;
    use Errno qw(:POSIX);
    use HTTP::Request;
    use HTTP::Status qw(:constants);
    use JSON;
    use LWP::UserAgent;
    use Throw qw(throw classify);
    use Try::Tiny qw(try catch);

    
tem doesn't exist, it throws an exception (error code 6).

Unlike C<stat>, it only returns in the JSON response the node name, type, and
whether it has any children. In addition, while C<stat> only re
Net-EtcDv2 ( G/GR/GREENEG/Net-EtcDv2-v0.0.3.tar.gz, GREENEG, 2020; MetaCPAN )
Net-EtcDv2/lib/Net/EtcDv2/Node/Directory.pm ( view source; MetaCPAN )
er;
    use Errno qw(:POSIX);
    use HTTP::Request;
    use HTTP::Status qw(:constants);
    use JSON;
    use LWP::UserAgent;
    use Throw qw(throw classify);
    use Try::Tiny qw(try catch);

    
;
        };
        if ($status = true) {
            return ($JSON::true, $request_struct);
        } else {
            return ($JSON::false, '{"error":"Entry already exists"}');
        }
    }

 
;
        };
        if ($status = true) {
            return ($JSON::true, $request_struct);
        } else {
            return ($JSON::false, '{"error":"Entry does not exist"}');
        }
    }

 
Net-EtcDv2 ( G/GR/GREENEG/Net-EtcDv2-v0.0.3.tar.gz, GREENEG, 2020; MetaCPAN )
Net-EtcDv2/lib/Net/EtcDv2/Node.pm ( view source; MetaCPAN )
er;
    use Errno qw(:POSIX);
    use HTTP::Request;
    use HTTP::Status qw(:constants);
    use JSON;
    use LWP::UserAgent;
    use Throw qw(throw classify);
    use Try::Tiny qw(try catch);

    
       }
                    );
                } else {
                    my $content = decode_json($response->content);
                    my $uri = $response->base->as_string;
                  
tem doesn't exist, it throws an exception (error code 6).

Unlike C<stat>, it only returns in the JSON response the node name, type, and
whether it has any children. In addition, while C<stat> only re

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