Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37894073
en ru br
Репозитории ALT
S:0.1403-alt1
5.1: 0.1100-alt2
www.altlinux.org/Changes

Группа :: Разработка/Perl
Пакет: perl-POE-Component-Generic

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

#
#   - POE::Component::Generic -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       POE::Component::Generic
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module POE-Component-Generic
%define m_distro POE-Component-Generic
%define m_name POE::Component::Generic
%define m_author_id GWYN
%define _enable_test 1
%add_findreq_skiplist *Net/SSH2.pm
#%add_findprov_skiplist */POE/Resource/*


Name: perl-POE-Component-Generic
Version: 0.1100
Release: alt2

Summary: Generic non-blocking POE interface to any OO-module

License: Artistic
Group: Development/Perl
Url: http://search.cpan.org/dist/POE-Component-Generic/

Packager: Michael Bochkaryov <misha at altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org//CPAN/authors/id/G/GW/GWYN/%m_distro-%version.tar.gz

# Automatically added by buildreq on Thu Nov 20 2008 (-bi)

BuildRequires: perl-Devel-Symdump perl-Log-Agent perl-Net-SSH-Perl perl-POE perl-devel

%description
POE::Component::Generic is a POE component that provides a non-blocking
wrapper around any object.  It works by forking a child process with
POE::Wheel::Run and creating the object in the child process.  Method
calls on the object are then serialised and sent to the child process to be
handled by the object there.  The returned value is serialised and sent
to the parent process, where it is posted as a POE event.

Communication is done via the child's "STDIN" and "STDOUT". This means
that all method arguments and return values must survive serialisation.  If
you need to pass coderefs or other data that can't be serialised, use
"callbacks", "postbacks" or "factories".

Method calls are wrapped in "eval" in the child process so that errors may
be propagated back to your session.  See "OUTPUT".

Output to "STDERR" in the child, that is from your object, is shown only if
"debug" or "verbose" is set.  "STDOUT" in the child, that is from your
object, is redirected to STDERR and will be shown in the same circomstances.

%prep
%setup -q -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/POE*
%exclude %perl_vendor_man3dir/*
%doc README Changes TODO example/*

%changelog

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

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