9
0

- update to 0.12:

+ Depend on Module::Runtime 0.011+. This fixes problems with 
    Catalyst under Perl 5.8 and 5.10.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Load?expand=0&rev=6
This commit is contained in:
Lars Vogdt
2011-11-29 10:01:43 +00:00
committed by Git OBS Bridge
parent f105e1870e
commit e82f5bcfbf
3 changed files with 14 additions and 10 deletions

View File

@@ -18,22 +18,22 @@
Name: perl-Class-Load
Version: 0.11
Version: 0.12
Release: 1
License: GPL+ or Artistic
%define cpan_name Class-Load
Summary: a working (require "Class::Name") and more
%define cpan_name Class-Load
Summary: A working (require "Class::Name") and more
Url: http://search.cpan.org/dist/Class-Load/
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-0.12.tar.gz
Source: Class-Load-0.11.tar.gz
#Source: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::OptList)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
BuildRequires: perl(Module::Runtime) >= 0.009
BuildRequires: perl(Module::Runtime) >= 0.011
BuildRequires: perl(Package::Stash) >= 0.32
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Fatal)
@@ -50,7 +50,7 @@ BuildRequires: perl(Try::Tiny)
#BuildRequires: perl(Test::Spelling)
#BuildRequires: perl(version)
Requires: perl(Data::OptList)
Requires: perl(Module::Runtime) >= 0.009
Requires: perl(Module::Runtime) >= 0.011
Requires: perl(Package::Stash) >= 0.32
Requires: perl(Scalar::Util)
Requires: perl(Test::Fatal)