Show
Ignore:
Timestamp:
08/12/07 04:21:24 (3 years ago)
Author:
eevee
Message:

Removed some debug code I was using on my MacBook?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • veekun/trunk/lib/Vee.pm

    r275 r286  
    5555 
    5656# grab the current revision number, if applicable 
    57 __PACKAGE__->cache->{svn_revision} = 0 and 
     57__PACKAGE__->cache->{svn_revision} = 
    5858    Vee::Utils::timed_exec( 5 => sub { 
    5959        open my $fh, '-|', 'svnversion' or return;