8
0

- updated to 0.11

Fixed RT#74251: defined(@array) is deprecated under Perl 5.15.7.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Find?expand=0&rev=9
This commit is contained in:
Stephan Kulow
2012-05-23 13:44:55 +00:00
committed by Git OBS Bridge
parent e8a8481287
commit e374e03f61
4 changed files with 14 additions and 4 deletions

View File

@@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Module-Find
Version: 0.10
Version: 0.11
Release: 0
%define cpan_name Module-Find
Summary: Find and use installed modules in a (sub)category
@@ -28,6 +29,9 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(Module::Find)
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
%{perl_requires}
%description