[aix-pm-cvs] modules/util/Util Simple_CSV.pm,1.16,1.17
Status: Alpha
Brought to you by:
gonter
|
From: Gerhard G. <go...@us...> - 2009-11-01 23:57:26
|
Update of /cvsroot/aix-pm/modules/util/Util In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19061 Modified Files: Simple_CSV.pm Log Message: clearified pod; pump version Index: Simple_CSV.pm =================================================================== RCS file: /cvsroot/aix-pm/modules/util/Util/Simple_CSV.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Simple_CSV.pm 15 Oct 2009 16:10:49 -0000 1.16 --- Simple_CSV.pm 1 Nov 2009 23:57:18 -0000 1.17 *************** *** 17,25 **** =head1 SYNOPSIS ! my $csv= new Util::Simple_CSV (); =cut ! my $VERSION= '0.03'; my $CSV_SEPARATOR= ';'; --- 17,25 ---- =head1 SYNOPSIS ! my $obj= new Util::Simple_CSV (); =cut ! my $VERSION= '0.04'; my $CSV_SEPARATOR= ';'; |