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

Mu - Moo but with less typing

Author

       Christian Walde <walde.christian@gmail.com>

Contributor

       mst - Matt S. Trout (cpan:MSTROUT) <mst@shadowcat.co.uk>

Description

       Mu imports both Moo and MooX::ShortHas, making it even less work in typing and reading to set up an
       object.

Name

       Mu - Moo but with less typing

See Also

       •   Mus - Mu but with slightly more typing and strict constructors

Support

Bugs/FeatureRequests
       Please     report    any    bugs    or    feature    requests    through    the    issue    tracker    at
       <https://github.com/wchristian/Mu/issues>.  You will be notified automatically of any  progress  on  your
       issue.

   SourceCode
       This  is open source software.  The code repository is available for public review and contribution under
       the terms of the license.

       <https://github.com/wchristian/Mu>

         git clone https://github.com/wchristian/Mu.git

Synopsis

           use Mu;

           ro "hro";
           lazy hlazy => sub { 2 };
           rwp "hrwp";
           rw "hrw";

Version

       version 1.191300

See Also