Name: | perl-MooseX-Role-Parameterized |
---|---|
Version: | 1.11 |
Release: | 2.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 135889 |
License: | GPL+ or Artistic |
RPM: | perl-MooseX-Role-Parameterized-1.11-2.el8.noarch.rpm |
Source RPM: | perl-MooseX-Role-Parameterized-1.11-2.el8.src.rpm |
Build Date: | Wed Nov 27 2019 |
Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/MooseX-Role-Parameterized |
Summary: | Make your roles flexible through parameterization |
Description: | Roles are composable units of behavior. They are useful for factoring out functionality common to many classes from any part of your class hierarchy. (See Moose::Cookbook::Roles::Recipe1 for an introduction to Moose::Role.) While combining roles affords you a great deal of flexibility, individual roles have very little in the way of configurability. Core Moose provides alias for renaming methods to avoid conflicts, and excludes for ignoring methods you don't want or need (see Moose::Cookbook::Roles::Recipe2 for more about alias and excludes). Because roles serve many different masters, they usually provide only the least common denominator of functionality. To empower roles further, more configurability than alias and excludes is required. Perhaps your role needs to know which method to call when it is done. Or what default value to use for its url attribute. Parameterized roles offer exactly this solution. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
- Update to 1.11 - Remove MooseX::Role::WithOverloading from test dependencies (CPAN RT#130075) - Specify all build dependencies - Modernize spec using %{make_build} and %{make_install}
- Perl 5.30 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Perl 5.28 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Update to 1.10 - Shorten file listing for documentation