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

Group :: Development/Perl
RPM: perl-MRO-Define

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define dist MRO-Define
Name: perl-%dist
Version: 0.02
Release: alt1.1.1.1

Summary: Define your own method resolution order
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source: http://www.cpan.org/authors/id/F/FL/FLORA/MRO-Define-%{version}.tar.gz

# Automatically added by buildreq on Wed Nov 16 2011

BuildRequires: perl-Variable-Magic perl-devel

%description
With recent versions of perl it is possible to change the method
resolution order (mro) of a given class either by using "use mro" as
shown in the synopsis, or by using the "mro::set_mro".

Perl itself comes with two MROs by default. The traditional Perl default
MRO (depth first search, DFS) and C3 MRO.

This module allows you to define custom method resolution orders in
addition to those perl already has.

%prep
%setup -n %dist-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes README
%perl_vendor_archlib/MRO
%perl_vendor_autolib/MRO

%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