Package perl-Async-Interrupt: Specfile

%define module Async-Interrupt

Name: perl-%module
Version: 1.02
Release: alt1

Packager: Victor Forsyuk <force@altlinux.org>

Summary: Allow C/XS libraries to interrupt perl asynchronously  
License: Perl
Group: Development/Perl

Url: %CPAN %module
Source: http://www.cpan.org/modules/by-module/Async/%module-%version.tar.gz

# Automatically added by buildreq on Wed Oct 07 2009
BuildRequires: perl-common-sense perl-devel

%description
This module implements asynchronous notifications that enable you to signal
running perl code from another thread, asynchronously, and sometimes even
without using a single syscall.

%prep
%setup -n %module-%version

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_archlib/Async
%perl_vendor_autolib/Async
%perl_vendor_man3dir/*

%changelog
* Wed Oct 07 2009 Victor Forsyuk <force@altlinux.org> 1.02-alt1
- Initial build.