File: Changes

package info (click to toggle)
libjson-types-perl 0.05-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 216 kB
  • sloc: perl: 1,435; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Revision history for Perl extension JSON::Types

0.05 2012-10-17T13:35:40+09:00
     - workaround perl SEGV (perlbug #115206) on Makefile.PL

0.04 2012-09-05T15:41:58+09:00
     - avoid to use 'return;' it might cause unexpected list shrinking. (gfx++)

0.03 2012-09-05T11:52:27+09:00
     - cange bool(undef) behaviour, bool(undef) returns false instead of undef

0.02 2012-09-05T11:37:58+09:00
     - define behaviours to unexpected arguments

0.01 2012-09-03T20:16:04+09:00
     - initial version