8
0

Accepting request 416515 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/416515
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Util?expand=0&rev=19
This commit is contained in:
Stephan Kulow
2016-08-04 11:59:30 +00:00
committed by Git OBS Bridge
parent 67784d8fd1
commit a55bcc669a
4 changed files with 19 additions and 7 deletions

View File

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

3
Data-Util-0.65.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Aug 2 05:14:12 UTC 2016 - coolo@suse.com
- updated to 0.65
see /usr/share/doc/packages/perl-Data-Util/Changes
0.65 2016-08-01T13:12:55Z
- Drop Perl 5.8 for maintenance
- Fix pure perl installation
-------------------------------------------------------------------
Sun Jul 24 05:13:57 UTC 2016 - coolo@suse.com

View File

@@ -17,7 +17,7 @@
Name: perl-Data-Util
Version: 0.64
Version: 0.65
Release: 0
%define cpan_name Data-Util
Summary: Selection of Utilities for Data and Data Types
@@ -34,7 +34,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(ExtUtils::ParseXS) >= 3.18
BuildRequires: perl(Hash::Util::FieldHash::Compat)
BuildRequires: perl(Module::Build) >= 0.400500
BuildRequires: perl(Module::Build::XSUtil) >= 0.02
BuildRequires: perl(Module::Build::XSUtil) >= 0.03
BuildRequires: perl(Scope::Guard)
BuildRequires: perl(Test::Exception) >= 0.270000
%{perl_requires}
@@ -43,8 +43,10 @@ BuildRequires: perl(Test::Exception) >= 0.270000
This module provides utility functions for data and data types, including
functions for subroutines and symbol table hashes (stashes).
The implementation of this module is both Pure Perl and XS, so if you have
a C compiler, all the functions this module provides are really faster.
This module makes for a pure Perl and XS implementation.
However, if you want to use the full capacity of it, we recommend you to
opt for the XS backend.
There are many benchmarks in the _DIST-DIR/benchmark/_ directory.