forked from pool/perl-Module-Find
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Find?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
e374e03f61
commit
0a762223f3
@@ -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
3
Module-Find-0.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f490ed1ae2f5c463858fd1383543e2104a0e29706ea53ceda9f55db29b1c83d1
|
||||||
|
size 5902
|
||||||
@@ -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
|
Wed May 23 13:42:24 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Find
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Find
|
Name: perl-Module-Find
|
||||||
Version: 0.11
|
Version: 0.12
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Module-Find
|
%define cpan_name Module-Find
|
||||||
Summary: Find and use installed modules in a (sub)category
|
Summary: Find and use installed modules in a (sub)category
|
||||||
@@ -29,9 +29,8 @@ BuildArch: noarch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
#BuildRequires: perl(Module::Find)
|
Recommends: perl(Test::Pod) >= 1.14
|
||||||
BuildRequires: perl(Test::Pod) >= 1.14
|
Recommends: perl(Test::Pod::Coverage) >= 1.04
|
||||||
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
Reference in New Issue
Block a user