Changes for InfluxDB::LineProtocol

1.012   2020-05-12T14:48:25
    - Bugfix encoding for big floats (fixes #14) (Adrian Popa)


1.011	2018-10-31T17:30:56
    - Made TODO entry clickable. (Mohammad S Anwar)


1.010   2018-06-19T13:07:50
    - it seems 1.009 was already published on CPAN, so another VERSION bump


1.009   2018-06-19T12:30:45
    - do not escape backlash in very old legacy protocol 0.9.2 (Thomas Klausner)
    - fixed wrong escape sequence (APA-IT, Mario Paumann)
      https://github.com/domm/InfluxDB-LineProtocol/pull/12
    - Fix spelling mistakes (Guillem Jover)
    - Add minimum perl version using dzil plugin [MinimumPerl] (Mohammad S Anwar)


1.008	2016-09-06T15:05:31
    - clean up git mess (Thomas Klausner)


1.007   2016-01-26T11:55:55
    - feat(extract) formatting methods
    - add precision support (Thomas Klausner)


1.006   2015-11-18T08:42:31
    - fix(typo) (Thomas Klausner)
    - Ignore and do not send undefined values (koki)
    - Fixes padding bug in the creation of nanosecond timestamps (Mark Grimes)


1.005   2015-09-24T00:15:06
    - handle old (0.9.2) version of line protocol (Thomas Klausner,
      spotted by Jose Luis Martinez)
    - Bug fix: Ensures timestamp won't be converted to scientific
      notation (Mark Grimes)


1.004   2015-08-03T23:09:51
    - field value escaping
    - more tests
    - skip negative exponent test on MSWin32
    - make boolean regex work with older perls


1.003	2015-08-02 12:38:56
    - support for boolean values
    - added SEE-ALSO link to AnyEvent-InfluxDB
    - support for exponential numbers (Jose Luis Martinez)


1.002   2015-07-30T14:01:47
    - support for negative numbers (Jose Luis Martinez)


1.001   2015-07-26T17:54:04
    - tests require Perl 5.12
    - fix some typos in docs


1.000	2015-07-22T12:27:45
    - first internal release
    - extracted code from Validad internal tools