| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-MooX-Lsub | Distribution: Mageia |
| Version: 0.2.1 | Vendor: Mageia.Org |
| Release: 5.mga10 | Build date: Fri Jun 27 02:47:00 2025 |
| Group: Development/Perl | Build host: localhost |
| Size: 82357 | Source RPM: perl-MooX-Lsub-0.2.1-5.mga10.src.rpm |
| Packager: umeabot <umeabot> | |
| Url: https://metacpan.org/release/MooX-Lsub | |
| Summary: Very shorthand syntax for bulk lazy builders | |
I often want to use a lot of lazy build subs to implement some plumbing,
with scope to allow it to be overridden by people who know what they're
doing with an injection library like Bread::Board.
Usually, the syntax of "Class::Tiny" is what I use for such things.
use Class::Tiny {
'a' => sub { },
'b' => sub { },
};
Etc.
But switching things to Moo means I usually have to get much uglier, and
repeat myself a *lot*.
So this module exists as a compromise.
Additionally, I always forgot to declare "use Moo 1.000008" which was
the first version of "Moo" where "builder => sub" worked, and I would
invariably get silly test failures in smokers as a consequence.
This module avoids such problem entirely, and is tested to work with
"Moo 0.009001".
GPL+ or Artistic
* Fri Jun 27 2025 umeabot <umeabot> 0.2.1-5.mga10 + Revision: 2204052 - Mageia 10 Mass Rebuild
/usr/share/doc/perl-MooX-Lsub /usr/share/doc/perl-MooX-Lsub/Changes /usr/share/doc/perl-MooX-Lsub/LICENSE /usr/share/doc/perl-MooX-Lsub/META.json /usr/share/doc/perl-MooX-Lsub/META.yml /usr/share/doc/perl-MooX-Lsub/MYMETA.yml /usr/share/doc/perl-MooX-Lsub/README /usr/share/man/man3/MooX::Lsub.3pm.xz /usr/share/perl5/vendor_perl/MooX /usr/share/perl5/vendor_perl/MooX/Lsub.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Oct 30 08:20:32 2025