Package perl-Class-Loader: Specfile

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

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

Name: perl-Class-Loader
Version: 2.03
Release: alt2.1

Summary: Class-Loader - Load modules and create objects on demand

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/V/VI/VIPUL/%m_distro-%version.tar.bz2
#Source: http://www.cpan.org/modules/by-module/Cache/%m_distro-%version.tar.bz2

# Automatically added by buildreq on Sat Aug 27 2005
BuildRequires: perl-devel

%description
Certain applications like to defer the decision to use a particular module
till runtime. This is possible in perl, and is a useful trick in
situations where the type of data is not known at compile time and the
application doesn't wish to pre-compile modules to handle all types of
data it can work with. Loading modules at runtime can also provide
flexible interfaces for perl modules. Modules can let the programmer
decide what modules will be used by it instead of hard-coding their names.

Class::Loader is an inheritable class that provides a method, _load(),
to load a module from disk and construct an object by calling its
constructor. It also provides a way to map modules names and
associated metadata with symbolic names that can be used in place of
module names at _load().

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

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes
%perl_vendor_privlib/Class/

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

* Thu Sep 04 2008 Vitaly Lipatov <lav@altlinux.ru> 2.03-alt2
- fix directory ownership violation

* Sat Aug 27 2005 Vitaly Lipatov <lav@altlinux.ru> 2.03-alt1
- first build for ALT Linux Sisyphus