Package perl-Class-Exporter: Specfile

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

%define module Class-Exporter
%define m_distro Class-Exporter
%define m_name Class::Exporter
%define m_author_id unknown
%define _enable_test 1

Name: perl-Class-Exporter
Version: 0.03
Release: alt2.1

Summary: Export class methods as regular subroutines

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

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: http://search.cpan.org//CPAN/authors/id/S/SP/SPLICE/%m_distro-%version.tar.bz2

# Automatically added by buildreq on Tue Jun 17 2008
BuildRequires: perl-devel

%description
This module makes it much easier to make a module have a hybrid object/method
interface similar to the one of CGI.pm. You can take any old module that has
an object- oriented interface and convert it to have a hybrid interface by
simply adding "use base 'Class::Exporter'" to your code.

This package allows you to export object methods. It supports "import()",
@EXPORT and @EXPORT_OK and not a whole lot else. Each package into
which your object methods are imported gets its own instance of the object.
This ensures that there are no interaction effects between multiple packages
that use your object.


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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc README
%perl_vendor_privlib/Class/

%changelog
* Mon Nov 22 2010 Igor Vlasenko <viy@altlinux.ru> 0.03-alt2.1
- repair after perl 5.12 upgrade using girar-nmu

* Sat Sep 06 2008 Vitaly Lipatov <lav@altlinux.ru> 0.03-alt2
- fix directory ownership violation

* Tue Jun 17 2008 Vitaly Lipatov <lav@altlinux.ru> 0.03-alt1
- initial build for ALT Linux Sisyphus