Removed /usr/local from CDPATH
[clearscm.git] / lib / TimeUtils.pm
index afbd575..546ffaa 100644 (file)
@@ -249,7 +249,7 @@ Returns:
       display 'Finished in 0 seconds';
     } # if
   } # unless
-  
+
   my $end_time = time;
   my $duration = howlong $start_time, $end_time;
 
@@ -258,7 +258,7 @@ Returns:
   } else {
     display "Finished in $duration";
   } # if
-  
+
   return;
 } # display_duration
 
@@ -330,9 +330,9 @@ L<File::Spec|File::Spec>
 
 =head2 ClearSCM Perl Modules
 
-=for html <p><a href='/php/cvs_man.php?file=lib/Display.pm'>Display</a></p>
+=for html <p><a href='/php/scm_man.php?file=lib/Display.pm'>Display</a></p>
 
-=for html <p><a href='/php/cvs_man.php?file=lib/Logger.pm'>Logger</a></p>
+=for html <p><a href='/php/scm_man.php?file=lib/Logger.pm'>Logger</a></p>
 
 =head1 INCOMPATABILITIES