[Bps-public-commit] r17694 - Prophet/trunk/lib/Prophet/CLI
jesse at bestpractical.com
jesse at bestpractical.com
Sun Jan 11 14:37:52 EST 2009
Author: jesse
Date: Sun Jan 11 14:37:52 2009
New Revision: 17694
Modified:
Prophet/trunk/lib/Prophet/CLI/PublishCommand.pm
Log:
* quiet a warning
Modified: Prophet/trunk/lib/Prophet/CLI/PublishCommand.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/PublishCommand.pm (original)
+++ Prophet/trunk/lib/Prophet/CLI/PublishCommand.pm Sun Jan 11 14:37:52 2009
@@ -3,7 +3,7 @@
use File::Temp ();
-sub tempdir { my $dir = File::Temp::tempdir(CLEANUP => ! $ENV{PROPHET_DEBUG} ); warn $dir; return $dir; }
+sub tempdir { my $dir = File::Temp::tempdir(CLEANUP => ! $ENV{PROPHET_DEBUG} ); return $dir; }
sub publish_dir {
my $self = shift;
More information about the Bps-public-commit
mailing list