File: Changes

package info (click to toggle)
libtext-csv-encoded-perl 0.22-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 224 kB
  • ctags: 35
  • sloc: perl: 425; makefile: 2
file content (40 lines) | stat: -rw-r--r-- 1,215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Revision history for Perl extension Text::CSV::Encoded.

0.22
	- Text::CSV 1.31 requierd in Makefile.PL (even works in minor version)

0.21  Thu Jun 13 14:31:12 2013
	- Text::CSV 1.30 requierd in Makefile.PL (even works in minor version)

0.20  Wed Jun 12 13:18:02 2013
	- update modules and test for Text::CSV_XS 0.99 and Text::CSV_PP 1.30

0.10  Mon Apr 26 17:41:12 2010
	[Text::CSV::Encoded::Coder::*]
	- coder class can accept check value.
	  ex. $csv->coder->encode_check_value( Encode::FB_PERLQQ );
	      $csv->coder->decode_check_value( Encode::FB_PERLQQ );

0.09  Fri Oct  9 16:56:43 2009
	- requires Text::CSV 1.12 or later.

	[Text::CSV::Encoded]
	- A construction fail returns undef (rt#46077)
	- improved new() section in the document

	[Text::CSV::Encoded::Coder::Encod]
	[Text::CSV::Encoded::Coder::EncodeGuess]
	- attr 'blank_is_undef' was not effective (reported by Zsombor Welker)

0.08  Thu Apr 23 15:23:42 2009
	[Text::CSV::Encoded::Coder::EncodeGuess]
	- undef check before encode/decode (rt#45078)

0.07  Wed Oct 22 02:10:21 2008
	- first release version

	[Text::CSV::Encoded]
	[Text::CSV::Encoded::Coder::Base]
	[Text::CSV::Encoded::Coder::Encode]
	[Text::CSV::Encoded::Coder::EncodeGuess]