From 686cb3fd06a556a2c2a1934c6945d4a8aa1f0905 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Thu, 17 Apr 2025 15:36:19 +0200 Subject: [PATCH] fixed a little POD --- modules/util/Util/Simple_CSV.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/util/Util/Simple_CSV.pm b/modules/util/Util/Simple_CSV.pm index a26cc8c..4112aa7 100644 --- a/modules/util/Util/Simple_CSV.pm +++ b/modules/util/Util/Simple_CSV.pm @@ -18,10 +18,10 @@ Util::Simple_CSV -- simple CSV file and content handling =head2 my $csv= new Util::Simple_CSV (paramters); -parameters: - load => filename - separator => csv_separator, default: ; - ... + parameters: + load => filename + separator => csv_separator, default: ; + ... =cut -- GitLab