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

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Sun Jan 3 09:51:27 UTC 2010


Author: carnil-guest
Date: Sun Jan  3 09:51:23 2010
New Revision: 50045

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50045
Log:
Add missing semicolon, for minimizing errors, when something is added to this block

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=50045&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/Debian/AptContents.pm (original)
+++ trunk/dh-make-perl/lib/Debian/AptContents.pm Sun Jan  3 09:51:23 2010
@@ -360,7 +360,7 @@
     $dir = catdir( $vol, $dir );
     unless ( -d $dir ) {
         mkdir $dir
-            or die "Error creating directory '$dir': $!\n"
+            or die "Error creating directory '$dir': $!\n";
     }
 
     Storable::store( $self->cache, $self->cache_file . '-new' );




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