]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- be more strict in matching module names (fixes perl-Exception-Class)
authorradek <radek@pld-linux.org>
Sat, 20 Sep 2008 10:50:08 +0000 (10:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-perl_req-use_base.patch -> 1.5

rpm-perl_req-use_base.patch

index bec56415a4a559bceb378ce62346b38d56b86a13..d4376604312f00d15f1da6d014469c740105489c 100644 (file)
@@ -9,12 +9,12 @@
 +    if (
 +        m/^ \s*
 +           use \s+ base
-+           (?:  \s+ q[wq]? \s* ( [!@#\$%^&*'"\/+=`~,.?-] ) \s* ( \S+? (?: \s+\S+? )*? ) \s* \1
++           (?:  \s+ q[wq]? \s* ( [!@#\$%^&*'"\/+=`~,.?-] ) \s* ( [\w:]+? (?: \s+[\w:]+? )*? ) \s* \1
 +               |
-+                \s* ( ["'] ) ( \S+? ) \3
++                \s* ( ["'] ) ( [\w:]+? ) \3
 +               |
 +                # qw[], qw(), qw<>, qw{} are handled here; lax, but who gives
-+                \s+ q[wq]? \s* [\[({<] \s* ( \S+? (?: \s+\S+? )*? ) \s* [\])}>]
++                \s+ q[wq]? \s* [\[({<] \s* ( [\w:]+? (?: \s+[\w:]+? )*? ) \s* [\])}>]
 +           )
 +           \s* ;
 +       /x
This page took 0.041597 seconds and 4 git commands to generate.