OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-Scan?expand=0&rev=12
This commit is contained in:
@@ -23,9 +23,10 @@ Version: 0.31
|
||||
Release: 0
|
||||
URL: http://search.cpan.org/~tbusch/Text-Scan-0.30/Scan.pm
|
||||
Summary: Fast search for very large numbers of keys in a body of text
|
||||
Requires: perl = %{perl_version} perl-libwww-perl
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: perl-Inline
|
||||
Requires: perl-TimeDate
|
||||
Requires: perl-libwww-perl
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-Inline
|
||||
BuildRequires: perl-TimeDate
|
||||
@@ -38,16 +39,15 @@ Patch0: %{modname}-0.31.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This module provides facilities for fast searching on strings with very many search keys. The basic object behaves somewhat like a perl hash, except that you can retrieve based on a superstring of any keys stored. Simply scan a string as shown above and you will get back a perl hash (or list) of all keys found in the string (along with associated values and/or positions). All keys present in the text are returned.
|
||||
This module provides facilities for fast searching on strings with very many
|
||||
search keys. The basic object behaves somewhat like a perl hash, except that
|
||||
you can retrieve based on a superstring of any keys stored. Simply scan a
|
||||
string as shown above and you will get back a perl hash (or list) of all
|
||||
keys found in the string (along with associated values and/or positions).
|
||||
All keys present in the text are returned.
|
||||
|
||||
This module is an implementation of the Aho/Corasick Pattern Matching algorithm-
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Ira Woodhead, <textscan@sweetpota.to>
|
||||
Thomas Busch, <tbusch@cpan.org>
|
||||
Jerome Eteve, <jerome.eteve@gmail.com>
|
||||
|
||||
%prep
|
||||
%autosetup -n %{modname}-%{version} -p1
|
||||
|
||||
|
Reference in New Issue
Block a user