File: Changes

package info (click to toggle)
libtext-vfile-asdata-perl 0.0.5-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 276 kB
  • ctags: 6
  • sloc: perl: 703; makefile: 3
file content (51 lines) | stat: -rw-r--r-- 1,399 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
41
42
43
44
45
46
47
48
49
50
51
0.05	Saturday 25th June, 2005
	Removed a leftover C<use YAML;> from t/parse_line.t (spotted by Leo)

0.04	Tuesday 31st May, 2005

	Removed the paragraph about rt.cpan.org from the docs as it's just
	not fitting the way I want to deal with stuff.

	Make the parsing of blocks case-insenitive as the RFCs call for
	(they just happen to always use upper-case identifiers)
	Closes #12381 (JC with some modifications)
	Also uncovered a bunch of other block-related bugs.

	Will now die if a BEGIN occurs without a matching END

	generate_lines now wraps

	Tightened the logic for unfolding.  The RFC states the folding
	sequence is exactly \r\n[ \t], where before we were looking
	for \r\n\s.  Since \s can match unicode whitespace this was wrong.


0.03	Thursday 26th May, 2005

	Moved CRLF removing logic down a bit lower into _unwrap_lines.

	Elminate Text::ParseWords by writing our own more C-like version,
	fixes the vCard image segfault issue.


0.02	Wednesday 6th October, 2004

	Moved non-vFile files from examples/ to bin/ as it was mightily
	confusing the round-trip test.

	Added bin/holidays_ical

	Added bin/wgo

	Fixed module name in bin/v2yaml

	Deleted the Encode cargo.  Checking for a BOM on each and
	every line is batshit.

	Added ->preserve_params option to create a new structure which
	preserves the order of the params.


0.01	Thursday 19th February, 2003
	Initial CPAN release