Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1584742
 поиск   регистрация   авторизация 
 
Группа :: Разработка/Perl
Пакет: perl-IO-Multiplex

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

%define module  IO-Multiplex

Name: perl-%module
Version: 1.08
Release: alt0.M24.1

Summary: IO::Multiplex - Manage IO on many file handles
License: Artistic
Group: Development/Perl

Url: http://search.cpan.org/dist/%module/
BuildArch: noarch
Source: %module-%version.tar.gz

BuildRequires: perl-devel

%description
IO::Multiplex is designed to take the effort out of managing                                          
multiple file handles.  It is essentially a really fancy front end to                                    
the C<select> system call.  In addition to maintaining the C<select>                                    
loop, it buffers all input and output to/from the file handles.  It                                      
can also accept incoming connections on one or more listen sockets.

%prep
%setup -q -n %module-%version

%build
%def_without test
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README Changes contrib
%perl_vendor_man3dir/*
%perl_vendor_privlib/IO*

%changelog

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

 
design & coding: Vladimir Lettiev aka crux © 2004-2005