The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for JSON-Slurper

0.07  2019-09-27 12:02:04 CDT
        - The -auto_ext flag is no longer global and depends on the package of the caller. Fixes #3. Thanks @tobyink.

0.06  2019-09-26 23:41:05 CDT
        - Add 'flag' after -auto_ext in documentation.

0.05  2019-09-26 22:38:51 CDT
        - Add auto_ext flag/constructor arg to fix #2.
        - new now takes in named arguments.
        - Remove pointless $ext variable.

0.04  2019-09-23 04:41:15 CDT
        - Allow scalars to be passed to spurt_json.

0.03  2019-09-22 00:58:28 CDT
        - Allow refs to be passed to spurt_json.

0.02  2019-09-21 19:10:01 CDT
        - Use read_binary/write_binary to avoid double encoding/decoding (Fixes #1)
        - Documentation fixes.

0.01  2019-09-21 18:03:38 CDT
        - Initial release