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

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d1f3b9515306f38dae22a288e8deb0dd85bdd4e461cba376562060ec8e1dc2af
size 5151

3
Module-Find-0.11.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:650ddcc829cf274b860e7bb6e93204f90be1c0339d11ee008305e2452f67d397
size 5286

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 23 13:42:24 UTC 2012 - coolo@suse.com
- updated to 0.11
Fixed RT#74251: defined(@array) is deprecated under Perl 5.15.7.
-------------------------------------------------------------------
Wed Jan 11 12:41:44 UTC 2012 - coolo@suse.com

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