Skip to content

Commit

Permalink
Added two simple methods to get to the values that the underlying mod…
Browse files Browse the repository at this point in the history
…ules use for true/false
  • Loading branch information
robin.berjon@gmail.com committed Jul 5, 2008
1 parent 644abfd commit 435e7fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changes
@@ -1,4 +1,10 @@
Revision history for JSON-Any
1.17 2008-07-05
* Added documentation indicating that allow_blessed works for most useful
cases (Robin Berjon)
* Added support for obtaining the underlying representations for
true/false in JSON.

1.16 2008-02-13
* JSON::Any now compatible with both versions of JSON::XS (Simon Wistow)
* Document that calling 'use JSON::Any ();' is a bad idea
Expand Down
4 changes: 2 additions & 2 deletions lib/JSON/Any.pm
Expand Up @@ -16,11 +16,11 @@ JSON::Any - Wrapper Class for the various JSON classes.
=head1 VERSION
Version 1.16
Version 1.17
=cut

our $VERSION = '1.16';
our $VERSION = '1.17';

our $UTF8;

Expand Down

0 comments on commit 435e7fb

Please sign in to comment.