Result:
found more than 1492 distributions - search limited to the first 2001 files matching your query ( run in 0.827 )


Aozora2Epub

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "web" : "https://github.com/saltyduck/Aozora2Epub"
      }
   },
   "version" : "0.05",
   "x_generated_by_perl" : "v5.38.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


Apache-AuthCookie

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "web" : "https://github.com/mschout/apache-authcookie"
      }
   },
   "version" : "3.32",
   "x_generated_by_perl" : "v5.38.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}

 view all matches for this distribution


Apache-AuthTicket

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "url" : "git://github.com/mschout/apache-authticket.git",
         "web" : "https://github.com/mschout/apache-authticket"
      }
   },
   "version" : "0.94",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
}

 view all matches for this distribution


Apache-BalancerManager

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "web" : "http://github.com/frioux/apache-balancermanager"
      }
   },
   "version" : "0.002000",
   "x_generated_by_perl" : "v5.38.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}

 view all matches for this distribution


Apache-Hendrix

 view release on metacpan or  search on metacpan

lib/Apache/Hendrix.pm  view on Meta::CPAN

use Apache2::Const -compile => qw(OK NOT_FOUND);
use Apache2::Request;
use Apache2::RequestIO ();
use Apache2::RequestRec qw/content/;
use Apache2::Response;
use JSON::XS;
use Apache::Hendrix::Route;
use Moose;
use MooseX::FollowPBP;
use MooseX::ClassAttribute;
use Moose::Exporter;

lib/Apache/Hendrix.pm  view on Meta::CPAN

use version; our $VERSION = qv(0.3.0);
use DDP;

class_has 'json' => (
    isa     => 'Object', is => 'rw',
    default => sub       { JSON::XS->new()->allow_blessed(1)->convert_blessed(1) },
);
class_has 'handlers'   => ( isa => 'HashRef[ArrayRef]', is => 'rw', default => sub { {} } );
class_has 'class_base' => ( isa => 'Str',               is => 'rw', default => sub {'/'} );
class_has 'request'    => ( isa => 'Apache2::Request',  is => 'rw' );
class_has 'my_template' => (

lib/Apache/Hendrix.pm  view on Meta::CPAN


=item Apache2::RequestRec;

=item Carp;

=item JSON::XS;

=item Moose::Exporter;

=item Moose;

 view all matches for this distribution


Apache-OneTimeURL

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "web" : "https://github.com/cpan-janitor/Apache-OneTimeURL"
      }
   },
   "version" : "1.35",
   "x_generated_by_perl" : "v5.28.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.24",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}

 view all matches for this distribution


Apache-Session-Generate-Random

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

      }
   },
   "version" : "0.002001",
   "x_authority" : "cpan:RRWO",
   "x_generated_by_perl" : "v5.42.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.39",
   "x_spdx_expression" : "Artistic-2.0"
}

 view all matches for this distribution


Apache-Session-MariaDB

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "version" : "0.01",
   "x_contributors" : [
      "sunnavy <sunnavy@bestpractical.com>"
   ],
   "x_generated_by_perl" : "v5.38.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.37",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


Apache-Singleton

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "url" : "git://github.com/mschout/apache-singleton.git",
         "web" : "https://github.com/mschout/apache-singleton"
      }
   },
   "version" : "0.17",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
}

 view all matches for this distribution


Apache-Solr

 view release on metacpan or  search on metacpan

lib/Apache/Solr/JSON.pod  view on Meta::CPAN

=head1 DESCRIPTION

Implement the Solr client, where the communication is in JSON.

Both the requests and the responses are using JSON syntax, produced by
the JSON distribution (which defaults to JSON::XS when installed)

B<Warning 1:>
Apparently, Perl's JSON implementation does not support the repetition
of keys in one list, but Solr is using that.  Care is taken to avoid
these cases.

 view all matches for this distribution


Apache-Tika-Async

 view release on metacpan or  search on metacpan

lib/Apache/Tika/Async.pm  view on Meta::CPAN

package Apache::Tika::Async;
use strict;
use Moo 2;
use JSON::XS qw(decode_json);
use File::Temp 'tempfile';

our $VERSION = '0.11';

=head1 NAME

 view all matches for this distribution


Apache2-API

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "DateTime::TimeZone::Catalog::Extend" : "v0.3.0",
            "Encode" : "3.01",
            "Exporter" : "5.70",
            "HTTP::AcceptLanguage" : "0.02",
            "JSON" : "4.03",
            "JSON::XS" : "4.03",
            "Module::Generic" : "v1.2.4",
            "Regexp::Common" : "0",
            "Scalar::Util" : "1.50",
            "URI" : "0",
            "URI::Escape" : "3.31",

 view all matches for this distribution


Apache2-Camelcadedb

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "perl" : "5.008"
         }
      },
      "test" : {
         "requires" : {
            "JSON::XS" : "0",
            "Test::More" : "0"
         }
      }
   },
   "release_status" : "stable",

 view all matches for this distribution


Apache2-Filter-Minifier-CSS

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "web" : "https://github.com/bleargh45/Apache2-Filter-Minifier-CSS"
      }
   },
   "version" : "1.07",
   "x_generated_by_perl" : "v5.32.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.24",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 0
}

 view all matches for this distribution


Apache2-Filter-Minifier-JavaScript

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "web" : "https://github.com/bleargh45/Apache2-Filter-Minifier-JavaScript"
      }
   },
   "version" : "1.07",
   "x_generated_by_perl" : "v5.32.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.24",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 0
}

 view all matches for this distribution


Apache2-REST

 view release on metacpan or  search on metacpan

lib/Apache2/REST/Writer/bin.pm  view on Meta::CPAN

package Apache2::REST::Writer::bin ;
use strict ;

use JSON::XS ;

use Data::Dumper ;

=head1 NAME

 view all matches for this distribution


Apache2-Translation

 view release on metacpan or  search on metacpan

lib/Apache2/Translation/Admin.pm  view on Meta::CPAN


  my $ua=LWP::UserAgent->new;
  my $resp=$ua->get($I->provider_url);
  if( $resp->is_success ) {
    my $x;
    unless( eval 'require JSON::XS' and
	    $x=eval {JSON::XS::decode_json($resp->content)} ) {
      eval 'require YAML' and $x=eval {YAML::Load($resp->content)};
    }
    if( ref($x) eq 'HASH' and exists $x->{TranslationProvider} ) {
      $I->provider_spec=$x->{TranslationProvider};
      $I->_config_provider_SPEC;

 view all matches for this distribution


Apigee-Edge

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "url" : "git://github.com/binary-com/perl-Apigee-Edge.git",
         "web" : "https://github.com/binary-com/perl-Apigee-Edge"
      }
   },
   "version" : "0.08",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0222"
}

 view all matches for this distribution


App-ANSIColorUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.032"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.40.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.38",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-ASCIIUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         },
         "version" : "6.009"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0233",
   "x_static_install" : 1
}

 view all matches for this distribution


App-AcmeCpanauthors

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.028"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-AcmeCpanlists

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         },
         "version" : "6.008"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
}

 view all matches for this distribution


App-Addex-AddressBook-Abook

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.021"
      }
   },
   "x_generated_by_perl" : "v5.34.0",
   "x_rjbs_perl_support" : "standard",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}

 view all matches for this distribution


App-Addex-AddressBook-AppleScript

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.021"
      }
   },
   "x_generated_by_perl" : "v5.34.0",
   "x_rjbs_perl_support" : "standard",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}

 view all matches for this distribution


App-Addex-Plugin-Nobody

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.021"
      }
   },
   "x_generated_by_perl" : "v5.34.0",
   "x_rjbs_perl_support" : "standard",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}

 view all matches for this distribution


App-Addex

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "x_contributors" : [
      "Reini Urban <rurban@x-ray.at>"
   ],
   "x_generated_by_perl" : "v5.34.0",
   "x_rjbs_perl_support" : "standard",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}

 view all matches for this distribution


App-AdditivesUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.028"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-Adenosine

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "url" : "https://github.com/frioux/app-adenosine.git",
         "web" : "https://github.com/frioux/app-adenosine"
      }
   },
   "version" : "2.002000",
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0239"
}

 view all matches for this distribution


App-AlgorithmBackoffUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.012"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.30.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.12",
   "x_static_install" : 1
}

 view all matches for this distribution


App-AlgorithmDiffUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.017"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.34.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


( run in 0.827 second using v1.01-cache-2.11-cpan-39bf76dae61 )