File: Changes

package info (click to toggle)
libnet-duo-perl 1.01-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 488 kB
  • ctags: 103
  • sloc: perl: 2,316; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                      User-Visible Net::Duo Changes

Net::Duo 1.01 (2015-08-16)

    Adjust for an incompatible change in JSON::XS 3.0 that broke magical
    interpretation of the strings "true" and "false" when encoding JSON.
    Use JSON::true and JSON::false instead to ensure that the JSON is
    created properly.

Net::Duo 1.00 (2014-07-11)

    Initial release with support for generic API calls (both with or
    without JSON responses) and partial implementations of the Auth and
    Admin APIs.