Group
Extension

Matches 2

GitHub-Crud ( P/PR/PRBRENAN/GitHub-Crud-20250520.tar.gz, PRBRENAN, 2025; MetaCPAN )
GitHub-Crud/lib/GitHub/Crud.pm ( view source; MetaCPAN )
              # Save any data
     {my $j = join ' ', @data;
      my $p = $R->data = bless decodeJson($j), "GitHub::Crud::Response::Data";
      if (ref($p) =~ m/hash/is and my $c = $p->content)
    
          => undef,                             # The data received from L<GitHub>, normally in L<json> format.
  date                                    => undef,
  Date                              
                  # It seems we must put the branch in the json file though the documentation seems to imply it can go in the url or the json
   {my $b = $gitHub->branch;
    return qq(, "branch" : "$
GitHub-Crud ( P/PR/PRBRENAN/GitHub-Crud-20250520.tar.gz, PRBRENAN, 2025; MetaCPAN )
GitHub-Crud/lib/GitHub/CrudBeforeNoEncode.pm ( view source; MetaCPAN )
              # Save any data
     {my $j = join ' ', @data;
      my $p = $R->data = bless decodeJson($j), "GitHub::Crud::Response::Data";
      if (ref($p) =~ m/hash/is and my $c = $p->content)
    
          => undef,                             # The data received from L<GitHub>, normally in L<json> format.
  date                                    => undef,
  Date                              
                  # It seems we must put the branch in the json file though the documentation seems to imply it can go in the url or the json
   {my $b = $gitHub->branch;
    return qq(, "branch" : "$

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