1Module::Install::TrustMUestearYmClo(n3t)ributed Perl DocMuomdeunltea:t:iIonnstall::TrustMetaYml(3)
2
3
4
6 Module::Install::TrustMetaYml - trusts META.yml list of dependencies
7
9 In Makefile.PL:
10
11 trust_meta_yml;
12
14 CPAN doesn't trust "META.yml"'s list of dependencies for a module.
15 Instead it expects "Makefile.PL" run on the computer the package is
16 being installed upon to generate its own list of dependencies (called
17 "MYMETA.yml" or "MYMETA.json").
18
19 This module is a Module::Install plugin that generates "MYMETA.yml" by
20 simply passing through the dependencies from "META.yml".
21
22 It does nothing when run from the module author's development copy.
23
24 The module defines two functions which are aliases for each other:
25
26 "trust_meta_yml"
27 "trust_meta_yaml"
28
30 Please report any bugs to
31 <http://rt.cpan.org/Dist/Display.html?Queue=Module-Install-TrustMetaYml>.
32
34 Module::Install, Module::Package::RDF.
35
37 Toby Inkster <tobyink@cpan.org>.
38
40 Thanks to Chris Williams (BINGOS), Ingy döt Net (INGY) and Florian
41 Ragwitz (FLORA) for explaining the role of "MYMETA.json", and helping
42 me figure out why mine weren't working.
43
45 This software is copyright (c) 2011-2012 by Toby Inkster.
46
47 This is free software; you can redistribute it and/or modify it under
48 the same terms as the Perl 5 programming language system itself.
49
51 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
52 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
53 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
54
55
56
57perl v5.36.0 2023-01-20 Module::Install::TrustMetaYml(3)