The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:CPAN::Meta"

CPAN::Meta - the distribution metadata for a CPAN dist River stage five • 430 direct dependents • 18921 total dependents

Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the...

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC

CPAN::Meta::X - Catalog of custom (x_*) keys in CPAN distribution metadata being used in the wild River stage one • 1 direct dependent • 1 total dependent

The CPAN distribution metadata specification allows custom keys (those that begin with "x_" or "X_") to be added to the metadata. This document tries to catalog the custom keys that are being used by CPAN authors. In addition to custom metadata keys,...

PERLANCAR/CPAN-Meta-X-0.009 - 22 Nov 2022 00:05:54 UTC

CPAN::Meta::YAML - Read and write a subset of YAML for CPAN Meta files River stage five • 17 direct dependents • 18947 total dependents

This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and MYMETA.yml. It should not be used for any other general YAML parsing or generation task. NOTE: META.yml (and MYMETA.yml) fi...

DAGOLDEN/CPAN-Meta-YAML-0.018 - 11 Dec 2015 16:57:36 UTC

JSON::CPAN::Meta - (deprecated) replace META.yml with META.json River stage zero No dependents

Achtung! This library will soon be obsolete as tools move to use the official CPAN::Meta::Spec JSON files. CPAN distributions contain a file, META.yml, which contains a description of the distribution and its contents. This document is notionally wri...

RJBS/JSON-CPAN-Meta-7.001 - 16 Mar 2011 03:23:28 UTC

Test::CPAN::Meta - Validate your CPAN META.yml files. River stage three • 46 direct dependents • 114 total dependents

This distribution was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as Ex...

BARBIE/Test-CPAN-Meta-0.25 - 06 May 2015 07:15:47 UTC

CPAN::Meta::Spec - specification for CPAN distribution metadata River stage five • 430 direct dependents • 18921 total dependents

This document describes version 2 of the CPAN distribution metadata specification, also known as the "CPAN Meta Spec". Revisions of this specification for typo corrections and prose clarifications may be issued as CPAN::Meta::Spec 2.*x*. These revisi...

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC

CPAN::Meta::Check - Verify requirements in a CPAN::Meta object River stage four • 17 direct dependents • 8856 total dependents

This module verifies if requirements described in a CPAN::Meta object are present....

LEONT/CPAN-Meta-Check-0.018 - 21 Jul 2023 14:24:52 UTC

CPAN::Meta::Merge - Merging CPAN Meta fragments River stage five • 430 direct dependents • 18921 total dependents

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC

Parse::CPAN::Meta - Parse META.yml and META.json CPAN metadata files River stage five • 430 direct dependents • 18921 total dependents

Parse::CPAN::Meta is a parser for META.json and META.yml files, using JSON::PP and/or CPAN::Meta::YAML. Parse::CPAN::Meta provides three methods: "load_file", "load_json_string", and "load_yaml_string". These will read and deserialize CPAN metafiles,...

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC

CPAN::Meta::X::Old - Custom (x_*) keys in CPAN distribution metadata being used in the wild (old/deprecated) River stage one • 1 direct dependent • 1 total dependent

This is the historical companion for CPAN::Meta::X....

PERLANCAR/CPAN-Meta-X-0.009 - 22 Nov 2022 00:05:54 UTC

CPAN::SQLite::META - helper module for CPAN.pm integration River stage one • 4 direct dependents • 6 total dependents

This module has no direct public interface, but is intended as a helper module for use of CPAN::SQLite within the CPAN.pm module. A new object is created as my $obj = CPAN::SQLite::META->new($CPAN::META); where $CPAN::META comes from CPAN.pm. There a...

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC

CPAN::Meta::History - history of CPAN Meta Spec changes River stage five • 430 direct dependents • 18921 total dependents

The CPAN Meta Spec has gone through several iterations. It was originally written in HTML and later revised into POD (though published in HTML generated from the POD). Fields were added, removed or changed, sometimes by design and sometimes to reflec...

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC

CPAN::Meta::Prereqs - a set of distribution prerequisites by phase and type River stage five • 430 direct dependents • 18921 total dependents

A CPAN::Meta::Prereqs object represents the prerequisites for a CPAN distribution or one of its optional features. Each set of prereqs is organized by phase and type, as described in CPAN::Meta::Prereqs....

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC

CPAN::Meta::Feature - an optional feature provided by a CPAN distribution River stage five • 430 direct dependents • 18921 total dependents

A CPAN::Meta::Feature object describes an optional feature offered by a CPAN distribution and specified in the distribution's META.json (or META.yml) file. For the most part, this class will only be used when operating on the result of the "feature" ...

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC

CPAN::Meta::Converter - Convert CPAN distribution metadata structures River stage five • 430 direct dependents • 18921 total dependents

This module converts CPAN Meta structures from one form to another. The primary use is to convert older structures to the most modern version of the specification, but other transformations may be implemented in the future as needed. (E.g. stripping ...

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC

CPAN::Meta::Validator - validate CPAN distribution metadata structures River stage five • 430 direct dependents • 18921 total dependents

This module validates a CPAN Meta structure against the version of the the specification claimed in the "meta-spec" field of the structure....

DAGOLDEN/CPAN-Meta-2.150010 - 18 Aug 2016 16:11:08 UTC

Test::CPAN::Meta::YAML - Validate a META.yml file within a CPAN distribution. River stage one • 2 direct dependents • 3 total dependents

This module was written to ensure that a META.yml file, provided with a standard distribution uploaded to CPAN, meets the specifications that slowly being introduced to module uploads, via the use of ExtUtils::MakeMaker, Module::Build and Module::Ins...

BARBIE/Test-CPAN-Meta-YAML-0.25 - 06 May 2015 07:22:21 UTC

Test::CPAN::Meta::JSON - Validate a META.json file within a CPAN distribution. River stage two • 12 direct dependents • 27 total dependents

This module was written to ensure that a META.json file, provided with a standard distribution uploaded to CPAN, meets the specifications that are slowly being introduced to module uploads, via the use of package makers and installers such as ExtUtil...

BARBIE/Test-CPAN-Meta-JSON-0.16 - 14 Jan 2015 02:06:36 UTC

CPAN::Meta::Requirements - a set of version requirements for a CPAN dist River stage five • 63 direct dependents • 18928 total dependents

A CPAN::Meta::Requirements object models a set of version constraints like those specified in the META.yml or META.json files in CPAN distributions, and as defined by CPAN::Meta::Spec. It can be built up by adding more and more constraints, and it wi...

RJBS/CPAN-Meta-Requirements-2.143 - 19 Jun 2023 18:53:10 UTC

CPAN::Meta::Prereqs::Diff - Compare dependencies between releases using CPAN::Meta. River stage one • 2 direct dependents • 3 total dependents

This module allows relatively straight forward routines for comparing and itemizing two sets of "CPAN::Meta" prerequisites, plucking out kinds of changes that are interesting....

KENTNL/CPAN-Meta-Prereqs-Diff-0.001004 - 04 Mar 2017 09:31:07 UTC
114 results (0.09 seconds)