Changes for Crypt-JWT distribution

0.011   2015/10/22
        - switch to JSON::MaybeXS https://github.com/DCIT/perl-Crypt-JWT/pull/1

0.010   2015/07/07
        - INCOMPATIBLE CHANGE: 'key' param of decode_jwt and encode_jwt:
          PEM/DER/JWK-JSON key strings are not passed as scalars but
          as a reference to scalar (see examples in documentation)
        - decode_jwt: kid_keys now strictly checks kty (key type)

0.009   2015/07/04
        - decode_jwt: verify_iat default changed to 0
        - encode_jwt: auto_typ removed
        - improved tests

0.008   2015/07/04
        - decode_jwt: new parameter - ignore_claims
        - fix related to nbf, iat, exp checks

0.007   2015/07/04
        - decode_jwt: new parameter - kid_keys

0.006   2015/07/03
        - after many changes first candidate for stable API
        - incomplete tests

0.001   2015/06/30
        - initial version