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

Group :: Development/Perl
RPM: perl-Sub-HandlesVia

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
# BEGIN SourceDeps(oneline):
BuildRequires: perl(Class/Method/Modifiers.pm) perl(Class/Tiny.pm) perl(Eval/TypeTiny.pm) perl(Exporter/Shiny.pm) perl(ExtUtils/MakeMaker.pm) perl(List/Util.pm) perl(Moo.pm) perl(Moo/Role.pm) perl(MooX/TypeTiny.pm) perl(Moose.pm) perl(Moose/Role.pm) perl(Moose/Util.pm) perl(Moose/Util/TypeConstraints.pm) perl(MooseX/ArrayRef.pm) perl(MooseX/InsideOut.pm) perl(Mouse.pm) perl(Mouse/Role.pm) perl(Mouse/Util.pm) perl(Mouse/Util/TypeConstraints.pm) perl(Role/Hooks.pm) perl(Role/Tiny.pm) perl(Scope/Guard.pm) perl(Test/Fatal.pm) perl(Test/Moose.pm) perl(Test/More.pm) perl(Test/Requires.pm) perl(Type/Params.pm) perl(Types/Standard.pm) perl(Object/Pad.pm) perl(XS/Parse/Keyword.pm) perl(XS/Parse/Sublike.pm) perl(experimental.pm)
# END SourceDeps(oneline)
%define module_name Sub-HandlesVia
BuildRequires: rpm-build-perl perl-devel perl-podlators

Name: perl-%module_name
Version: 0.050000
Release: alt1
Summary: alternative handles_via implementation
Group: Development/Perl
License: perl
URL: https://metacpan.org/release/Sub-HandlesVia

Source0: http://www.cpan.org/authors/id/T/TO/TOBYINK/%{module_name}-%{version}.tar.gz
BuildArch: noarch

%description
If you've used the Moose manpage's native attribute traits, or the MooX::HandlesVia manpage
before, you should have a fairly good idea what this does.

Why re-invent the wheel? Well, this is an implementation that should work
okay with Moo, Moose, Mouse, and any other OO toolkit you throw at it.
One ring to rule them all, so to speak.

Also, unlike the MooX::HandlesVia manpage, it honours type constraints, plus it
doesn't have the limitation that it can't mutate non-reference values.

%prep
%setup -q -n %{module_name}-%{version}
if [ %version = 0.013 ]; then
 sed -i '/List::Util/s/1\.54/1.5/' Makefile.PL
fi

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc CREDITS Changes COPYRIGHT README
%perl_vendor_privlib/S*

%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