From d4b8873e8d663af08dfcfa46f1f376ead55cc6e6 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Wed, 21 Apr 2010 15:26:41 +0200 Subject: [PATCH] rename function trimFields to trimField --- lib/ZOOM/IRSpy/Utils.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Utils.pm b/lib/ZOOM/IRSpy/Utils.pm index 4f2580c..5c01a7b 100644 --- a/lib/ZOOM/IRSpy/Utils.pm +++ b/lib/ZOOM/IRSpy/Utils.pm @@ -104,8 +104,8 @@ sub isodate { $year+1900, $mon+1, $mday, $hour, $min, $sec); } -# strips whitespaces and start and ends of fields -sub trimFields { +# strips whitespaces and start and ends of a field +sub trimField { my $field = shift; $field =~ s/^\s+//; -- 1.7.10.4