[libcode-tidyall-perl] 264/374: cleanup tempdirs
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:32 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcode-tidyall-perl.
commit 4d9d67e88700c55b3818b902a2d9610fdfd895cb
Author: Jonathan Swartz <swartz at pobox.com>
Date: Tue Sep 25 16:51:39 2012 -0700
cleanup tempdirs
---
lib/Code/TidyAll/Util.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Code/TidyAll/Util.pm b/lib/Code/TidyAll/Util.pm
index 8dceb1d..97315a8 100644
--- a/lib/Code/TidyAll/Util.pm
+++ b/lib/Code/TidyAll/Util.pm
@@ -41,7 +41,7 @@ sub can_load {
sub tempdir_simple {
my $template = shift || 'Code-TidyAll-XXXX';
- return realpath( tempdir( $template, TMPDIR => 1, CLEANUP => 0 ) );
+ return realpath( tempdir( $template, TMPDIR => 1, CLEANUP => 1 ) );
}
sub dump_one_line {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git
More information about the Pkg-perl-cvs-commits
mailing list