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

@@ -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.