File: Changes

package info (click to toggle)
libdata-streamdeserializer-perl 0.06-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 728 kB
  • sloc: perl: 660; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
Revision history for Perl extension Data::StreamDeserializer.

0.01  Sat Jan 29 15:03:40 2011
	- original version; created by h2xs 1.23 with options
		-n Data::StreamDeserializer

0.04  Sat Feb  5 21:32:03 UTC 2011
        - Add next_object and skip_divider functions.
        - Rewrite low-level functions to work wih blessed object instead
          a hash.
        - Drop useless includes that was created by h2xs.
        - Hashes like { 'a' => 1, 'a' => 2 } are processed properly.