From: Vincent Pit Date: Sat, 31 Mar 2012 15:07:10 +0000 (+0200) Subject: More trailing whitespace X-Git-Tag: v0.02~2 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Hooks.git;a=commitdiff_plain;h=334f1b94af28b0ccc9440d2321bc7ca8423da073 More trailing whitespace --- diff --git a/src/update.pl b/src/update.pl index 1c5e40d..a1eac25 100644 --- a/src/update.pl +++ b/src/update.pl @@ -43,13 +43,13 @@ local $SIG{'INT'} = sub { exit 1 }; sub new { my $class = shift; - + my %args = @_; my ($path, $indent, $keep) = @args{qw}; die "Path $path already exists" if -e $path; File::Path::mkpath($path); - + bless { path => $path, indent => $indent || 0, @@ -347,4 +347,4 @@ for my $tag (sort { $a <=> $b } keys %perls) { print $out sort @manifest_files, @source_files; print "done\n"; -} +}