[svk-commit] r2931 - trunk/lib/SVK

nobody at bestpractical.com nobody at bestpractical.com
Tue Jun 24 18:53:52 EDT 2008


Author: clsung
Date: Tue Jun 24 18:53:50 2008
New Revision: 2931

Modified:
   trunk/lib/SVK/Command.pm

Log:
- fix the problem
  - "svk help commands" add an empty line between each command.

Noted by: Steve Wagner <lists_AT_lanwin dot de>

Modified: trunk/lib/SVK/Command.pm
==============================================================================
--- trunk/lib/SVK/Command.pm	(original)
+++ trunk/lib/SVK/Command.pm	Tue Jun 24 18:53:50 2008
@@ -858,7 +858,7 @@
     local $/=undef;
     my $buf = <$podfh>;
     if($buf =~ /^=head1\s+NAME\s*SVK::Command::(\w+ - .+)$/m) {
-	$logger->info( "   ",loc(lcfirst($1)),"\n");
+	$logger->info( "   ",loc(lcfirst($1)));
     }
     close $podfh;
 }


More information about the svk-commit mailing list