Accepting request 226363 from devel:languages:perl
- updated to 0.022 Cleaned up remains of former functions Skip IO layers on <5.8 for 5.6 compatability Don't swallow pl2bat exceptions OBS-URL: https://build.opensuse.org/request/show/226363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-Helpers?expand=0&rev=3
This commit is contained in:
commit
9b13a9b6cf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26b85077f4197b30e62ffec87d3f78111522619d62858d2ab45a64687351892a
|
||||
size 17019
|
3
ExtUtils-Helpers-0.022.tar.gz
Normal file
3
ExtUtils-Helpers-0.022.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3f8cf700fb3414ca1260089755cbf64041455e4b744110677b1ba5bb9a3aa95
|
||||
size 17078
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 17 08:29:24 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.022
|
||||
Cleaned up remains of former functions
|
||||
Skip IO layers on <5.8 for 5.6 compatability
|
||||
Don't swallow pl2bat exceptions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 10:52:28 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-ExtUtils-Helpers
|
||||
#
|
||||
# Copyright (c) 2013 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-ExtUtils-Helpers
|
||||
Version: 0.021
|
||||
Version: 0.022
|
||||
Release: 0
|
||||
%define cpan_name ExtUtils-Helpers
|
||||
Summary: Various portability utilities for module builders
|
||||
@ -30,9 +30,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Module::Load)
|
||||
#BuildRequires: perl(ExtUtils::Helpers)
|
||||
#BuildRequires: perl(ExtUtils::Helpers::Unix)
|
||||
#BuildRequires: perl(ExtUtils::Helpers::Windows)
|
||||
Requires: perl(Module::Load)
|
||||
%{perl_requires}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user