projects
/
perl
/
modules
/
re-engine-Hooks.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
9fc90d8
)
More trailing whitespace
author
Vincent Pit <vince@profvince.com>
Sat, 31 Mar 2012 15:07:10 +0000 (17:07 +0200)
committer
Vincent Pit <vince@profvince.com>
Sat, 31 Mar 2012 15:07:10 +0000 (17:07 +0200)
src/update.pl
patch
|
blob
|
history
diff --git
a/src/update.pl
b/src/update.pl
index 1c5e40d454d4a339efb5b6f9d39f599f57a0a393..a1eac2545d72857be3dc704da092850ab417fef5 100644
(file)
--- 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<path indent keep>};
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";
-}
+}