Package perl-boolean: Specfile

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

%define module boolean
%define m_distro boolean
%define m_name boolean
%define m_author_id unknown
%define _enable_test 1

Name: perl-boolean
Version: 0.28
Release: alt1

Summary: Boolean support for Perl

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Denis Smirnov <mithraen@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org//CPAN/authors/id/I/IN/INGY/%m_distro-%version.tar.gz

# Automatically added by buildreq on Sat Jan 01 2011 (-bb)
BuildRequires: perl-Pod-Escapes perl-devel

%description
Most programming languages have a native `Boolean' data type.
Perl does not.

Perl has a simple and well known Truth System. The following scalar
values are false:

    $false1 = undef;
    $false2 = 0;
    $false3 = 0.0;
    $false4 = '';
    $false5 = '0';

Every other scalar value is true.

This module provides basic Boolean support, by defining two special
objects: `true' and `false'.

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

%install
%perl_vendor_install

%files
%perl_vendor_privlib/boolean.pm

%changelog
* Thu Sep 22 2011 Igor Vlasenko <viy@altlinux.ru> 0.28-alt1
- automated CPAN update

* Sat Jan 01 2011 Denis Smirnov <mithraen@altlinux.ru> 0.23-alt1
- initial build for ALT Linux Sisyphus