[Bps-public-commit] r17635 - in Prophet/trunk: .

spang at bestpractical.com spang at bestpractical.com
Thu Jan 8 04:48:01 EST 2009


Author: spang
Date: Thu Jan  8 04:48:01 2009
New Revision: 17635

Modified:
   Prophet/trunk/   (props changed)
   Prophet/trunk/lib/Prophet/CLI/Command/Pull.pm

Log:
 r53393 at loki:  spang | 2009-01-08 11:17:20 +0200
 quiet an uninitialized value warning when using pull --all


Modified: Prophet/trunk/lib/Prophet/CLI/Command/Pull.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/CLI/Command/Pull.pm	(original)
+++ Prophet/trunk/lib/Prophet/CLI/Command/Pull.pm	Thu Jan  8 04:48:01 2009
@@ -9,7 +9,7 @@
     my $previous_sources = $self->app_handle->config->sources;
 
 
-    my $explicit_from;
+    my $explicit_from = '';
     
     if ($self->has_arg('from')) {
         $explicit_from = $self->arg('from') ;



More information about the Bps-public-commit mailing list