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

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

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

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

%define module POE-Component-Logger
%define m_distro POE-Component-Logger
%define m_name POE::Component::Logger
%define m_author_id unknown
%define _enable_test 1

Name: perl-POE-Component-Logger
Version: 1.00
Release: alt1.1

Summary: A POE logging class

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

Packager: Michael Bochkaryov <misha at altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/%m_distro-%version.tar.gz

# Automatically added by buildreq on Tue Jul 29 2008 (-bi)

BuildRequires: perl-Log-Dispatch-Config perl-POE perl-devel

%description
POE::Component::Logger provides a simple logging component
that uses Log::Dispatch::Config to drive it, allowing you
to log to multiple places at once (e.g. to STDERR and Syslog
at the same time) and also to flexibly define your logger's
output.

It is very simple to use, because it creates a Logger::log
method (yes, this is namespace corruption, so shoot me). If
you don't like this, feel free to post directly to your
logger as follows:

 $kernel->post('logger', 'log', "An error occurred: $!");

In fact you have to use that method if you pass an Alias
option to spawn (see below).

All logging is done in the background, so don't expect
immediate output - the output will only occur after control
goes back to the kernel so it can process the next event.

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

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%exclude %perl_vendor_man3dir/*
%doc README Changes
%exclude %perl_vendor_archlib

%changelog

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

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