Revision history for MooseX-Storage
+0.08
+ * MooseX::Storage::Format::JSON
+ - added support to deal with utf8 strings correctly
+
0.07 Thurs. Sept. 27, 2007
+ MooseX::Storage::Format::Storable
- this will use Storable to freeze/thaw objects
use MooseX::Storage::Meta::Attribute::DoNotSerialize;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
our $AUTHORITY = 'cpan:STEVAN';
sub import {
Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
+Yuval Kogman E<lt>yuval.kogman@iinteractive.comE<gt>
+
=head1 COPYRIGHT AND LICENSE
Copyright 2007 by Infinity Interactive, Inc.
use JSON::Any;
use utf8 ();
-our $VERSION = '0.02';
+our $VERSION = '0.03';
our $AUTHORITY = 'cpan:STEVAN';
requires 'pack';
Stevan Little E<lt>stevan.little@iinteractive.comE<gt>
+Yuval Kogman E<lt>yuval.kogman@iinteractive.comE<gt>
+
=head1 COPYRIGHT AND LICENSE
Copyright 2007 by Infinity Interactive, Inc.