8
0
Stephan Kulow
2014-02-24 08:37:30 +00:00
committed by Git OBS Bridge
parent e374e03f61
commit 0a762223f3
4 changed files with 21 additions and 8 deletions

View File

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

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

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Feb 24 08:37:02 UTC 2014 - coolo@suse.com
- updated to 0.12
Fixed RT#81077: useall fails in taint mode
Thanks to Aran Deltac, who contributed the implementation and test.
Fixed RT#83596: Documentation doesn't describe behaviour if a module fails to load
Clarified documentation for useall and usesub.
Fixed RT#62923: setmoduledirs(undef) doesn't reset to searching @INC
Added more explicit tests.
Thanks to Colin Robertson for his input.
-------------------------------------------------------------------
Wed May 23 13:42:24 UTC 2012 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Module-Find
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Module-Find
Version: 0.11
Version: 0.12
Release: 0
%define cpan_name Module-Find
Summary: Find and use installed modules in a (sub)category
@@ -29,9 +29,8 @@ 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
Recommends: perl(Test::Pod) >= 1.14
Recommends: perl(Test::Pod::Coverage) >= 1.04
%{perl_requires}
%description