Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37507118
en ru br
ALT Linux repos
S:0.13-alt1.1

Group :: Development/Perl
RPM: perl-MooseX-Traits

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define dist MooseX-Traits
Name: perl-%dist
Version: 0.13
Release: alt1

Summary: Automatically apply roles at object creation time
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/E/ET/ETHER/MooseX-Traits-%{version}.tar.gz

BuildArch: noarch

# Automatically added by buildreq on Sun Nov 20 2011

BuildRequires: perl-MooseX-Role-Parameterized perl-Pod-Escapes perl-Test-Exception perl-Test-use-ok perl-namespace-autoclean perl(Module/Build/Tiny.pm) perl(Test/Fatal.pm) perl(Test/Requires.pm)

%description
Often you want to create components that can be added to a class
arbitrarily. This module makes it easy for the end user to use these
components. Instead of requiring the user to create a named class with
the desired roles applied, or apply roles to the instance one-by-one,
he can just create a new class from yours with "with_traits", and then
instantiate that.

%prep
%setup -q -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_privlib/MooseX

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin