Text-CSV

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Perl extension Text::CSV.

2.06  2025-03-03
    - Imported tests/fixes from Text::CSV_XS 1.60

2.05  2025-01-11
    - Imported tests/fixes from Text::CSV_XS 1.59

2.04  2023-12-02
    - Imported tests/fixes from Text::CSV_XS 1.53
      - Fixed skip_empty_rows('skip') and trailing newlines (GH#65, bugfood++)

2.03  2023-08-11
    - Imported tests/fixes from Text::CSV_XS 1.51

2.02  2022-08-08
    - Imported tests/fixes from Text::CSV_XS 1.48
    - Fixed a case where csv function is called as a method (GH#46)

2.01  2021-06-19
    - Imported tests/fixes from Text::CSV_XS 1.46
    - Updated XS_Version to 1.46, and if an older version
      of Text::CSV_XS is installed, make sure to update it
      (GH#49, mohawk2++)

2.00  2019-05-11
    - Imported tests/fixes from Text::CSV_XS 1.39
      - Fix strict on streaming EOF
    - Fixed to update (cached) eol_len correctly

1.99  2019-01-02
    - Fixed a number of tests to skip for older perls

1.98  2019-01-02
    - Imported tests/fixes from Text::CSV_XS 1.38
      - Added munge as alias for munge_column_names
      - Added support for key-value pair and combined keys

1.97  2018-08-17
    - Fix/add minimum perl version (GH-38, Kivanc Yazan++)
    - Updated MANIFEST

1.96  2018-08-14
    - Imported tests/fixes from Text::CSV_XS 1.36
      - Added undef_str and keep_headers attributes
      - Added csv(out => \"skip")
      - Added formula actions
      - Fixed BOM issues
    - Fixed internal cache handling
    - Added license and preferred issue tracker to META files (GH#26, garu++)

1.95  2017-04-27
    - import "strict" attribute introduced in Text::CSV_XS 1.29

1.94  2017-04-11
    - Fix 5.6.2 issues

1.93  2017-04-04
    - Fix a test for perl without doc in @INC (kentnl++)

1.92  2017-04-01
    - Imported tests/fixes from Text::CSV_XS 1.28
      - Fix crlf issue for csv () on Windows (RT#120466)
      - New error code for illegal argument(s)/parameter(s)
      - Fix tests for perl without dot in @INC

1.91  2017-01-28
    - production release

1.90_01  2017-01-20
	- Text::CSV_PP is totally refactored using the code/doc of
	  Text::CSV_XS 1.27. Almost all the code/docs in CSV_XS.pm are
	  copied and a large portion of CSV_XS.xs is ported verbatim,
	  and now CSV_PP passes all the tests for CSV_XS (with slight
	  modification like s/XS/PP/g).

1.33  Tue Mar  3 14:13:41 2015
	- Fix some reported bugs with handling fields with zeros.
	   https://rt.cpan.org/Public/Bug/Display.html?id=93518
	   https://rt.cpan.org/Public/Bug/Display.html?id=92509
	                                      patched by shlomif
	- catch up Text::CSV_XS 1.02
	    * add decode_utf8 attribute by ktat
	- fix warnings: $. is undefined by ktat
	- typo fixes in doc by anirvan, dsteinbrunner and pdl.
	- parse() supports bind_columns()

	* TODO: Updating documents and adding diag_verbose in the next version.
	        Catching up CSV_XS 1.04.

1.32
	- fix t/rt71_pp.t

1.31  Thu Jun 13 14:06:49 2013
	- fix handling UTF8 in parse method.
	- fix getline with allow_loose_quotes (rt#83705)
	- add allow_unquoted_escape
	- fix parsing escapted sep char (found in Text::CSV_XS rt#81295)

1.30  Tue Jun 11 00:06:02 2013
	- catch up Text::CSV_XS 0.99
	    (except for diag_verbose and allow_unquoted_escape)

1.21  Mon Dec 27 12:35:35 2010
	- updated the compatibility for Text::CSV_XS version 0.80
	    * added getline_all() and getaline_hr_all()
	    * added missing test file



( run in 0.594 second using v1.01-cache-2.11-cpan-39bf76dae61 )