Author: schwern
Date: Sun Sep 28 13:43:18 2008
New Revision: 11895
Modified:
Module-Build/trunk/ (props changed)
Module-Build/trunk/inc/ModuleBuildBuilder.pm
Log:
[EMAIL PROTECTED]: schwern | 2008-09-28 16:28:58 -0400
Missing true statement.
Modified: Module-Build/trunk/inc/ModuleBuildBuilder.pm
==============================================================================
--- Module-Build/trunk/inc/ModuleBuildBuilder.pm (original)
+++ Module-Build/trunk/inc/ModuleBuildBuilder.pm Sun Sep 28 13:43:18 2008
@@ -40,3 +40,5 @@
$self->run_perl_script('-e', ['-pi.bak'], [$code, $file]);
1 while unlink "$file.bak";
}
+
+1;