Acme-CPANModules-Import-CPANRatings-User-davidgaramond

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

        Perl programmer), plus there are more kinds of "assert"
        functions in Test::More and friends compared to Test::Unit::Assert.

        Rating: 8/10

    Module::Build
        Author: LEONT <https://metacpan.org/author/LEONT>

        Here's the short story: first there's Exutils::MakeMaker, which
        requires make and hard to extend, but everybody uses it due to lack
        of alternatives. Then came Module::Build which is pure perl and
        easier to use for authors, but breaks compatibility. Users can no
        longer use the 'perl Makefile.PL &amp;&amp; make &amp;&amp; make
        install' mantra. Plus, it used to not support PREFIX. Plus, MB-based
        modules require MB which is not by default installed. This pisses *a
        lot* of people. <br><br>Lesson to learn: maintaining
        backward-compatibility is very important, especially for end users.
        I think the intention of MB is a good one, but the execution could
        be a bit better. For example, perhaps the &quot;Build.PL&quot;
        script could've still just been named &quot;Makefile.PL&quot;,
        couldn't it? <br><br>I recommend people shopping for a module
        installer to look at Module::Install instead. MI is a middle ground
        between Eu::MM and MB. It's pure perl and easy to extend but it also
        allows users (and CPAN.pm et al) to install modules the old way. It
        embeds a copy of itself in every MI-based modules, so there's no
        depedency hell. Best of both worlds.

        Rating: 6/10

    YAML::LibYAML
        Author: INGY <https://metacpan.org/author/INGY>

        It's about time Perl gets a complete and proper YAML parser. This is
        it. In the past I've been bitten by a couple of YAML's and
        YAML::Syck's minor bugs, in addition to several crashes (don't know
        how they are recently). But using YAML::XS (YAML-LibYAML) I get the
        feeling, for the first time, of a first class parser comparable in
        stability and completeness to that in Ruby and Python.

FAQ
  What is an Acme::CPANModules::* module?
    An Acme::CPANModules::* module, like this module, contains just a list
    of module names that share a common characteristics. It is a way to
    categorize modules and document CPAN. See Acme::CPANModules for more
    details.

  What are ways to use this Acme::CPANModules module?
    Aside from reading this Acme::CPANModules module's POD documentation,
    you can install all the listed modules (entries) using cpanm-cpanmodules
    script (from App::cpanm::cpanmodules distribution):

     % cpanm-cpanmodules -n Import::CPANRatings::User::davidgaramond

    Alternatively you can use the cpanmodules CLI (from App::cpanmodules
    distribution):

        % cpanmodules ls-entries Import::CPANRatings::User::davidgaramond | cpanm -n

    or Acme::CM::Get:

        % perl -MAcme::CM::Get=Import::CPANRatings::User::davidgaramond -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n

    or directly:

        % perl -MAcme::CPANModules::Import::CPANRatings::User::davidgaramond -E'say $_->{module} for @{ $Acme::CPANModules::Import::CPANRatings::User::davidgaramond::LIST->{entries} }' | cpanm -n

    This Acme::CPANModules module also helps lcpan produce a more meaningful
    result for "lcpan related-mods" command when it comes to finding related
    modules for the modules listed in this Acme::CPANModules module. See
    App::lcpan::Cmd::related_mods for more details on how "related modules"
    are found.

HOMEPAGE
    Please visit the project's homepage at
    <https://metacpan.org/release/Acme-CPANModules-Import-CPANRatings-User-d
    avidgaramond>.

SOURCE
    Source repository is at
    <https://github.com/perlancar/perl-Acme-CPANModules-Import-CPANRatings-U
    ser-davidgaramond>.

SEE ALSO
    Acme::CPANModules - about the Acme::CPANModules namespace

    cpanmodules - CLI tool to let you browse/view the lists

AUTHOR
    perlancar <perlancar@cpan.org>

CONTRIBUTOR
    Steven Haryanto <stevenharyanto@gmail.com>

CONTRIBUTING
    To contribute, you can send patches by email/via RT, or send pull
    requests on GitHub.

    Most of the time, you don't need to build the distribution yourself. You
    can simply modify the code, then test via:

     % prove -l

    If you want to build the distribution (e.g. to try to install it locally
    on your system), you can install Dist::Zilla,
    Dist::Zilla::PluginBundle::Author::PERLANCAR,
    Pod::Weaver::PluginBundle::Author::PERLANCAR, and sometimes one or two
    other Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps
    required beyond that are considered a bug and can be reported to me.

COPYRIGHT AND LICENSE
    This software is copyright (c) 2023 by perlancar <perlancar@cpan.org>.

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

BUGS
    Please report any bugs or feature requests on the bugtracker website
    <https://rt.cpan.org/Public/Dist/Display.html?Name=Acme-CPANModules-Impo
    rt-CPANRatings-User-davidgaramond>

    When submitting a bug or request, please include a test-file or a patch
    to an existing test-file that illustrates the bug or desired feature.



( run in 1.313 second using v1.01-cache-2.11-cpan-364913b4093 )