File: README

package info (click to toggle)
libmodule-install-trustmetayml-perl 0.003-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 300 kB
  • sloc: perl: 2,913; makefile: 10
file content (51 lines) | stat: -rw-r--r-- 1,604 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
NAME
    Module::Install::TrustMetaYml - trusts META.yml list of dependencies

SYNOPSIS
    In Makefile.PL:

            trust_meta_yml;

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"

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

SEE ALSO
    Module::Install, Module::Package::RDF.

AUTHOR
    Toby Inkster <tobyink@cpan.org>.

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.

COPYRIGHT AND LICENCE
    This software is copyright (c) 2011-2012 by Toby Inkster.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

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.