Name: | perl-MooseX-Traits |
---|---|
Version: | 0.11 |
Release: | 9.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 12540 |
License: | GPL+ or Artistic |
RPM: | perl-MooseX-Traits-0.11-9.el7.noarch.rpm |
Source RPM: | perl-MooseX-Traits-0.11-9.el7.src.rpm |
Build Date: | Wed Dec 13 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/MooseX-Traits |
Summary: | Automatically apply roles at object creation time |
Description: | MooseX::Traits allows one to arbitrarily add components to an object as needed, w/o having to explicitly construct new classes: e.g. Foo->with_traits('Bar')->new(...); |