[padb-devel] [padb] r180 committed - Don't put braces round calls to chomp either.

codesite-noreply at google.com codesite-noreply at google.com
Fri Sep 4 22:55:34 BST 2009


Revision: 180
Author: apittman
Date: Fri Sep  4 14:52:16 2009
Log: Don't put braces round calls to chomp either.

http://code.google.com/p/padb/source/detail?r=180

Modified:
  /branches/cleanup/src/padb

=======================================
--- /branches/cleanup/src/padb	Fri Sep  4 14:50:45 2009
+++ /branches/cleanup/src/padb	Fri Sep  4 14:52:16 2009
@@ -5996,7 +5996,7 @@
                      my @fdi = (<$FDI>);
                      close $FDI;
                      foreach my $fdi (@fdi) {
-                        chomp($fdi);
+                        chomp $fdi;
                          my ( $key, $value ) = split( ":", $fdi );
                          $value =~ s/\t//g;
                          $fdhash{$key} = $value;




More information about the padb-devel mailing list