r57143 - /trunk/dh-make-perl/lib/Debian/AptContents.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Apr 29 19:34:21 UTC 2010


Author: dmn
Date: Thu Apr 29 19:33:26 2010
New Revision: 57143

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57143
Log:
small correction in a comment

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

Modified: trunk/dh-make-perl/lib/Debian/AptContents.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/Debian/AptContents.pm?rev=57143&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/AptContents.pm (original)
+++ trunk/dh-make-perl/lib/Debian/AptContents.pm Thu Apr 29 19:33:26 2010
@@ -312,7 +312,7 @@
                         ^usr/
                         (?:share|lib)/
                         (?:perl\d+/             # perl5/
-                        | perl/(?:\d[\d.]+)/   # or perl.5.10/
+                        | perl/(?:\d[\d.]+)/   # or perl/5.10/
                         )
                     }{}x;
                     $cache->{apt_contents}{$file} = $packages;




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