0.17

* Added the github repository to Makefile.PL.

* Added error for control characters in JSON (0x01 - 0x1F).

* Dumped the XS/mmap based version of "json_file_to_perl" and rewrote
  in Perl for the sake of all the people whose version of mmap is
  "interesting".

0.16

* Documented the json_file_to_perl routine.

* Changed some error messages and removed unused error messages.

* The byte numbers in error messages work, and the offending character
  is also printed. There is an escape for non-printing characters.

0.15

* The line numbers in error messages work (line 1 is the first line
  now).

* The incorrect information about compilation failing on Windows has
  been removed from the documentation.

* There are some more tests.

* There is a "Changes" file.