From d5b4fc8020c3c96ec249dffb42c0690df86cbf52 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Sat, 22 Aug 2009 02:41:05 +0000 Subject: [PATCH] - auto-update to 0.30 (by cpan-spec-update 0.01) --- .cvsignore | 2 +- perl-aliased.spec | 17 +++++++++++------ sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 40be628..8c48daa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -aliased-0.22.tar.gz +aliased-0.30.tar.gz diff --git a/perl-aliased.spec b/perl-aliased.spec index 4346a17..7824183 100644 --- a/perl-aliased.spec +++ b/perl-aliased.spec @@ -1,23 +1,25 @@ Name: perl-aliased -Version: 0.22 -Release: 3%{?dist} +Version: 0.30 +Release: 1%{?dist} Summary: Use shorter versions of class names License: GPL+ or Artistic Group: Development/Libraries 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) BuildArch: noarch -BuildRequires: perl(Module::Build) -BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Module::Build) +BuildRequires: perl(Test::Pod) +BuildRequires: perl(Test::Pod::Coverage) + %description 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 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 -subroutine is the last part of the class name. +subroutine is the last part of the class name. %prep %setup -q -n aliased-%{version} @@ -47,6 +49,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Aug 22 2009 Chris Weyl 0.30-1 +- auto-update to 0.30 (by cpan-spec-update 0.01) + * Sun Jul 26 2009 Fedora Release Engineering - 0.22-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 827ada4..440b38c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06cace025aa108fe4a9af3ae26bb297e aliased-0.22.tar.gz +8c2ee486901dae7d1c31e9a2d69c6c8f aliased-0.30.tar.gz