From: Dave Rolsky Date: Thu, 7 May 2009 16:27:27 +0000 (-0500) Subject: fix so it actually reports success when we have it X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2Fmoose-dev-utils.git;a=commitdiff_plain;h=181b22703554dfeb8f872854d988db0a9cfba70f fix so it actually reports success when we have it --- diff --git a/cpan-stable-smolder b/cpan-stable-smolder index 1bcfd83..18daa32 100755 --- a/cpan-stable-smolder +++ b/cpan-stable-smolder @@ -181,6 +181,8 @@ sub _run_commands { return; } } + + return 1; } 1;