projects
/
gitmo/moose-dev-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
44a131b
)
fix so it actually reports success when we have it
Dave Rolsky [Thu, 7 May 2009 16:27:27 +0000 (11:27 -0500)]
cpan-stable-smolder
patch
|
blob
|
blame
|
history
diff --git
a/cpan-stable-smolder
b/cpan-stable-smolder
index
1bcfd83
..
18daa32
100755
(executable)
--- a/
cpan-stable-smolder
+++ b/
cpan-stable-smolder
@@
-181,6
+181,8
@@
sub _run_commands {
return;
}
}
+
+ return 1;
}
1;