Ignore:
Timestamp:
08/21/09 15:36:20 (15 years ago)
Author:
nanardon
Message:
  • strip white space at en of line
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts/Utils.pm

    r379 r382  
    6363        chomp($line); 
    6464        my ($attr, $value) = $line =~ /^\s*(\S+):\s*(.*)\s*$/ or next; 
     65        $value =~ s/\s*$//; 
    6566        if ($attributes{$attr}) { 
    6667            if (ref $attributes{$attr}) { 
Note: See TracChangeset for help on using the changeset viewer.