Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37039536
en ru br
Репозитории ALT

Группа :: Разработка/Perl
Пакет: perl-MRO-Define

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   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

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin