r72677 - /branches/squeeze/libmojolicious-perl/debian/patches/improve-RFC3986-compliance-of-Mojo-Path.patch

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sat Apr 16 21:51:27 UTC 2011


Author: carnil
Date: Sat Apr 16 21:51:09 2011
New Revision: 72677

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72677
Log:
fix typo

Modified:
    branches/squeeze/libmojolicious-perl/debian/patches/improve-RFC3986-compliance-of-Mojo-Path.patch

Modified: branches/squeeze/libmojolicious-perl/debian/patches/improve-RFC3986-compliance-of-Mojo-Path.patch
URL: http://svn.debian.org/wsvn/pkg-perl/branches/squeeze/libmojolicious-perl/debian/patches/improve-RFC3986-compliance-of-Mojo-Path.patch?rev=72677&op=diff
==============================================================================
--- branches/squeeze/libmojolicious-perl/debian/patches/improve-RFC3986-compliance-of-Mojo-Path.patch (original)
+++ branches/squeeze/libmojolicious-perl/debian/patches/improve-RFC3986-compliance-of-Mojo-Path.patch Sat Apr 16 21:51:09 2011
@@ -15,7 +15,7 @@
 +        # Empty parts before the first are garbage
 +        next unless length $part or scalar @parts;
 +
-+        # mpty parts behind the first are ok
++        # Empty parts behind the first are ok
 +        $part = '' unless defined $part;
  
          # Store




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