logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Module::Install::TrustMetaYml - trusts META.yml list of dependencies

Author

       Toby Inkster <tobyink@cpan.org>.

Bugs

       Please report any bugs to <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-TrustMetaYml>.

Credits

       Thanks  to  Chris  Williams  (BINGOS), Ingy döt Net (INGY) and Florian Ragwitz (FLORA) for explaining the
       role of "MYMETA.json", and helping me figure out why mine weren't working.

Description

       CPAN doesn't trust "META.yml"'s list of dependencies for a module. Instead it expects "Makefile.PL" run
       on the computer the package is being installed upon to generate its own list of dependencies (called
       "MYMETA.yml" or "MYMETA.json").

       This module is a Module::Install plugin that generates "MYMETA.yml" by simply passing through the
       dependencies from "META.yml".

       It does nothing when run from the module author's development copy.

       The module defines two functions which are aliases for each other:

       "trust_meta_yml"
       "trust_meta_yaml"

Disclaimer Of Warranties

       THIS  PACKAGE  IS  PROVIDED  "AS  IS"  AND  WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
       LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

perl v5.38.2                                       2024-03-07                 Module::Install::TrustMetaYml(3pm)

Name

       Module::Install::TrustMetaYml - trusts META.yml list of dependencies

See Also

       Module::Install, Module::Package::RDF.

Synopsis

       In Makefile.PL:

               trust_meta_yml;

See Also