r58943 - /trunk/dh-make-perl/lib/Debian/Dependency.pm

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Jun 6 07:52:26 UTC 2010


Author: ansgar-guest
Date: Sun Jun  6 07:46:30 2010
New Revision: 58943

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58943
Log:
Fix test suite failures cause by r58643

Modified:
    trunk/dh-make-perl/lib/Debian/Dependency.pm

Modified: trunk/dh-make-perl/lib/Debian/Dependency.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/Dependency.pm?rev=58943&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/Dependency.pm (original)
+++ trunk/dh-make-perl/lib/Debian/Dependency.pm Sun Jun  6 07:46:30 2010
@@ -292,11 +292,11 @@
                 \(          # opening paren
                     (       # various relations 
                         <<
-                      | <
                       | <=
                       | =
                       | >=
                       | >>
+                      | <
                       | >
                     )
                     \s*     # optional space




More information about the Pkg-perl-cvs-commits mailing list