Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Regexp-Assemble-0.38-1.28 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: perl-Regexp-Assemble Distribution: openSUSE:Factory:zSystems
Version: 0.38 Vendor: openSUSE
Release: 1.28 Build date: Mon Aug 7 18:35:43 2023
Group: Development/Libraries/Perl Build host: s390zp27
Size: 251934 Source RPM: perl-Regexp-Assemble-0.38-1.28.src.rpm
Packager: https://bugs.opensuse.org
Url: http://search.cpan.org/dist/Regexp-Assemble/
Summary: Assemble multiple Regular Expressions into a single RE
Regexp::Assemble takes an arbitrary number of regular expressions and
assembles them into a single regular expression (or RE) that matches all
that the individual REs match.

As a result, instead of having a large list of expressions to loop over, a
target string only needs to be tested against one expression. This is
interesting when you have several thousand patterns to deal with. Serious
effort is made to produce the smallest pattern possible.

It is also possible to track the original patterns, so that you can
determine which, among the source patterns that form the assembled pattern,
was the one that caused the match to occur.

You should realise that large numbers of alternations are processed in
perl's regular expression engine in O(n) time, not O(1). If you are still
having performance problems, you should look at using a trie. Note that
Perl's own regular expression engine will implement trie optimisations in
perl 5.10 (they are already available in perl 5.9.3 if you want to try them
out). 'Regexp::Assemble' will do the right thing when it knows it's running
on a trie'd perl. (At least in some version after this one).

Some more examples of usage appear in the accompanying README. If that file
is not easy to access locally, you can find it on a web repository such as
http://search.cpan.org/dist/Regexp-Assemble/README or
http://cpan.uwinnipeg.ca/htdocs/Regexp-Assemble/README.html.

See also LIMITATIONS.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Sun Oct 08 2017 coolo@suse.com
  - updated to 0.38
    see /usr/share/doc/packages/perl-Regexp-Assemble/Changelog.ini
  - remove realperl.patch
* Thu May 26 2011 coolo@novell.com
  - apply realperl.patch to fix perl requires
* Thu Apr 07 2011 coolo@novell.com
  - initial package 0.35
    * created by cpanspec 1.78.04

Files

/usr/lib/perl5/vendor_perl/5.38.0/Regexp
/usr/lib/perl5/vendor_perl/5.38.0/Regexp/Assemble.pm
/usr/share/doc/packages/perl-Regexp-Assemble
/usr/share/doc/packages/perl-Regexp-Assemble/Changes
/usr/share/doc/packages/perl-Regexp-Assemble/README
/usr/share/doc/packages/perl-Regexp-Assemble/TODO
/usr/share/doc/packages/perl-Regexp-Assemble/examples
/usr/share/doc/packages/perl-Regexp-Assemble/examples/assemble
/usr/share/doc/packages/perl-Regexp-Assemble/examples/debugging
/usr/share/doc/packages/perl-Regexp-Assemble/examples/failure.01.pl
/usr/share/doc/packages/perl-Regexp-Assemble/examples/fee
/usr/share/doc/packages/perl-Regexp-Assemble/examples/file.1
/usr/share/doc/packages/perl-Regexp-Assemble/examples/file.2
/usr/share/doc/packages/perl-Regexp-Assemble/examples/file.3
/usr/share/doc/packages/perl-Regexp-Assemble/examples/file.4
/usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch
/usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch/bad.canonical
/usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch/error.canonical
/usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch/good.canonical
/usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch/hostmatch
/usr/share/doc/packages/perl-Regexp-Assemble/examples/hostmatch/source.in
/usr/share/doc/packages/perl-Regexp-Assemble/examples/ircwatcher
/usr/share/doc/packages/perl-Regexp-Assemble/examples/naive
/usr/share/doc/packages/perl-Regexp-Assemble/examples/roman
/usr/share/doc/packages/perl-Regexp-Assemble/examples/stress-test.pl
/usr/share/doc/packages/perl-Regexp-Assemble/examples/tld
/usr/share/doc/packages/perl-Regexp-Assemble/examples/track-5.10
/usr/share/doc/packages/perl-Regexp-Assemble/examples/unquotemeta
/usr/share/licenses/perl-Regexp-Assemble
/usr/share/licenses/perl-Regexp-Assemble/LICENSE
/usr/share/man/man3/Regexp::Assemble.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:39:58 2024