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


App-CPAN-Dependents

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   },
   "x_contributors" : [
      "Dan Book <grinnz@gmail.com>",
      "Dan Book <grinnz@grinnz.com>"
   ],
   "x_serialization_backend" : "Cpanel::JSON::XS version 3.0231"
}

 view all matches for this distribution


App-CPAN-Get

 view release on metacpan or  search on metacpan

Get/MetaCPAN.pm  view on Meta::CPAN


use strict;
use warnings;

use Class::Utils qw(set_params);
use Cpanel::JSON::XS;
use English;
use Error::Pure qw(err);
use IO::Barf qw(barf);
use LWP::UserAgent;
use Readonly;

Get/MetaCPAN.pm  view on Meta::CPAN

 # }

=head1 DEPENDENCIES

L<Class::Utils>,
L<Cpanel::JSON::XS>,
L<English>,
L<Error::Pure>,
L<IO::Barf>,
L<LWP::UserAgent>,
L<Readonly>,

 view all matches for this distribution


App-CPANChangesCwaliteeUtils

 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-CPANChangesUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.024"
      }
   },
   "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-CPANCoverBadge

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "version" : "0.04",
   "x_contributors" : [
      "Mohammad S Anwar <mohammad.anwar@yahoo.com>",
      "reneeb <info@perl-services.de>"
   ],
   "x_serialization_backend" : "JSON::XS version 3.04"
}

 view all matches for this distribution


App-CPANIDX

 view release on metacpan or  search on metacpan

lib/App/CPANIDX/Renderer.pm  view on Meta::CPAN

package App::CPANIDX::Renderer;

use strict;
use warnings;
use YAML::Tiny;
use JSON::XS;
use XML::Simple;
use HTML::Tiny;
use vars qw[$VERSION];

$VERSION = '0.40';

lib/App/CPANIDX/Renderer.pm  view on Meta::CPAN

                return $string;
          },
  'json', sub {
                my $ref = shift;
                my $string;
                eval { $string = JSON::XS->new->utf8(1)->pretty(1)->encode( $ref ); };
                return $string;
          },
  'xml',  sub {
                my $ref = shift;
                my $type = shift || 'opt';

 view all matches for this distribution


App-CPANMetaUtils

 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-CPANModulesUtils

 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


App-CPANStreaks

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.031"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "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


App-CPANURLUtils

 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.0213"
}

 view all matches for this distribution


App-CPANtoRPM

 view release on metacpan or  search on metacpan

lib/App/CPANtoRPM.pm  view on Meta::CPAN


   } elsif ($file =~ /\.json$/i) {

      $succ = $self->_multiple_methods
        ( [ sub { 1; } ],
          [ 'module', 'JSON::XS', ['decode_json'],
            "my \$fh; " .
            "open \$fh,'<:utf8','$file'; " .
            "my \$json_text = do { local \$/; <\$fh> }; " .
            "\$OUTPUT = decode_json(\$json_text);" ],
          [ 'module', 'JSON', ['from_json'],

lib/App/CPANtoRPM.pm  view on Meta::CPAN

          [ 'module', 'JSON', ['from_json'],
            "my \$fh; " .
            "open \$fh,'<:utf8','$file'; " .
            "my \$json_text = do { local \$/; <\$fh> }; " .
            "\$OUTPUT = from_json(\$json_text);" ],
          [ 'module', 'JSON::XS', ['decode_json'],
            "my \$fh; " .
            "open \$fh,'<:utf8','$file'; " .
            "my \$json_text = do { local \$/; <\$fh> }; " .
            "\$OUTPUT = decode_json(\$json_text);" ],
          [ 'module', 'JSON::PP', ['decode_json'],

 view all matches for this distribution


App-CSV2Chart

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         },
         "version" : "6.015"
      }
   },
   "x_generated_by_perl" : "v5.32.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
   "x_spdx_expression" : "MIT"
}

 view all matches for this distribution


App-CSV2LaTeXTable

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "version" : "1.1.0",
   "x_contributors" : [
      "reneeb <info@perl-services.de>"
   ],
   "x_generated_by_perl" : "v5.30.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19"
}

 view all matches for this distribution


App-CSVUtils-csv_mix_formulas

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.031"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "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


App-CSVUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "x_authority" : "cpan:PERLANCAR",
   "x_contributors" : [
      "Adam Hopkins <violapiratejunky@gmail.com>"
   ],
   "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-CSelUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.024"
      }
   },
   "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-CalId

 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-CalcAccumulatedDiscounts

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

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

 view all matches for this distribution


App-CalcAccumulatedInflation

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   "x_authority" : "cpan:PERLANCAR",
   "x_contributors" : [
      "perlancar (on netbook-dell-xps13) <perlancar@gmail.com>"
   ],
   "x_generated_by_perl" : "v5.30.2",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.19",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-CalendarDatesUtils

 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-CdUtils

 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.1",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.39",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-CekBpom

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.024"
      }
   },
   "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-ChangeShebang

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "web" : "https://github.com/skaji/change-shebang"
      }
   },
   "version" : "0.10",
   "x_generated_by_perl" : "v5.36.1",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

 view all matches for this distribution


App-Changelord

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

   },
   "x_contributors" : [
      "Yanick Champoux <yanick@cpan.org>"
   ],
   "x_generated_by_perl" : "v5.36.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.30",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}

 view all matches for this distribution


App-Cheats

 view release on metacpan or  search on metacpan

cheats.txt  view on Meta::CPAN

cpan App::cpanminus

# Install dependencies using cpanm
# Create file: cpanfile
requires 'Mojolicious';
recommends 'JSON::XS';
#
# Install perl dependencies from cpanfile:
cpanm --installdeps .

# Install a perl module as root

 view all matches for this distribution


App-CheckArchiveFilename

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.031"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "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


App-CheckDigitsUtils

 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-CheckPerlReleaseFilename

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

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

 view all matches for this distribution


App-ChemistryUtils

 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-ChromeUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "version" : "6.030"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.38.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
   "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.482 second using v1.01-cache-2.11-cpan-4d50c553e7e )