Package: libregexp-assemble-perl
Version: 0.34-5
Severity: wishlist
Tags: patch
Dear Xavier,
translating the package description to German I found the description still
talking about perl 5.10 as something in the future. But 5.10 ist part of
Debian since Lenny.
The attached patch for debian/control fixes the issue.
I built the package on lenny with
ii debhelper 8.0.0~bpo50+2 helper programs for debian/rules
and checked it with
ii lintian 2.4.3~bpo50+1 Debian package checker.
Kind regards
Martin
--- control.orig 2010-06-08 11:04:51.000000000 +0200
+++ control 2011-02-10 08:44:07.000000000 +0100
@@ -4,7 +4,7 @@
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.10-12)
Maintainer: Xavier Guimard <[email protected]>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
DM-Upload-Allowed: yes
Homepage: http://search.cpan.org/dist/Regexp-Assemble/
@@ -28,8 +28,7 @@
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.
+ trie. Note that Perl's own regular expression engine implements
+ trie optimisations since perl 5.10. 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).