Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-MooseX-NewDefaults-0.4.0-7.mga8 RPM for noarch

From Mageia 8 for armv7hl / media / core / release

Name: perl-MooseX-NewDefaults Distribution: Mageia
Version: 0.4.0 Vendor: Mageia.Org
Release: 7.mga8 Build date: Wed Feb 12 06:48:44 2020
Group: Development/Perl Build host: localhost
Size: 73964 Source RPM: perl-MooseX-NewDefaults-0.4.0-7.mga8.src.rpm
Packager: umeabot <umeabot>
Url: http://search.cpan.org/dist/MooseX-NewDefaults
Summary: Alter attribute defaults with less pain
Ever start using a package from the CPAN, only to discover that it
requires lots of subclassing and "has '+foo' => (default => ...)"? It's
not recommended Moose best practice, and it's certainly not the
prettiest thing ever, either.

That's where we come in.

This package introduces new sugar that you can use in your class,
default_for (as seen above).

e.g.

    has '+foo' => (default => sub { 'a b c' });

...is the same as:

    default_for foo => sub { 'a b c' };

Provides

Requires

License

LGPLv2

Changelog

* Wed Feb 12 2020 umeabot <umeabot> 0.4.0-7.mga8
  + Revision: 1495665
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Wed Sep 19 2018 umeabot <umeabot> 0.4.0-6.mga7
  + Revision: 1269610
  - Mageia 7 Mass Rebuild

Files

/usr/share/doc/perl-MooseX-NewDefaults
/usr/share/doc/perl-MooseX-NewDefaults/Changes
/usr/share/doc/perl-MooseX-NewDefaults/LICENSE
/usr/share/doc/perl-MooseX-NewDefaults/META.json
/usr/share/doc/perl-MooseX-NewDefaults/META.yml
/usr/share/doc/perl-MooseX-NewDefaults/MYMETA.yml
/usr/share/doc/perl-MooseX-NewDefaults/README
/usr/share/doc/perl-MooseX-NewDefaults/SIGNATURE
/usr/share/man/man3/MooseX::NewDefaults.3pm.xz
/usr/share/man/man3/MooseX::NewDefaults::Magic.3pm.xz
/usr/share/perl5/vendor_perl/MooseX
/usr/share/perl5/vendor_perl/MooseX/NewDefaults
/usr/share/perl5/vendor_perl/MooseX/NewDefaults.pm
/usr/share/perl5/vendor_perl/MooseX/NewDefaults/Magic.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 16:03:47 2024