- auto-update to 0.30 (by cpan-spec-update 0.01)

epel9
Chris Weyl 16 years ago
parent 331014667d
commit d5b4fc8020

@ -1 +1 @@
aliased-0.22.tar.gz aliased-0.30.tar.gz

@ -1,23 +1,25 @@
Name: perl-aliased Name: perl-aliased
Version: 0.22 Version: 0.30
Release: 3%{?dist} Release: 1%{?dist}
Summary: Use shorter versions of class names Summary: Use shorter versions of class names
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/aliased/ URL: http://search.cpan.org/dist/aliased/
Source0: http://www.cpan.org/authors/id/O/OV/OVID/aliased-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/aliased-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(Module::Build)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
%description %description
aliased is simple in concept but is a rather handy module. It loads the aliased is simple in concept but is a rather handy module. It loads the
class you specify and exports into your namespace a subroutine that returns class you specify and exports into your namespace a subroutine that returns
the class name. You can explicitly alias the class to another name or, if the class name. You can explicitly alias the class to another name or, if
you prefer, you can do so implicitly. In the latter case, the name of the you prefer, you can do so implicitly. In the latter case, the name of the
subroutine is the last part of the class name. subroutine is the last part of the class name.
%prep %prep
%setup -q -n aliased-%{version} %setup -q -n aliased-%{version}
@ -47,6 +49,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Sat Aug 22 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.30-1
- auto-update to 0.30 (by cpan-spec-update 0.01)
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-3 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.22-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

@ -1 +1 @@
06cace025aa108fe4a9af3ae26bb297e aliased-0.22.tar.gz 8c2ee486901dae7d1c31e9a2d69c6c8f aliased-0.30.tar.gz

Loading…
Cancel
Save