support $Data::MessagePack::PreferredInteger for Data::Model

This commit is contained in:
Tokuhiro Matsuno
2009-07-02 14:25:48 +09:00
parent c2a63b2c54
commit 601209c83c
4 changed files with 69 additions and 1 deletions

View File

@@ -24,6 +24,16 @@ Data::MessagePack - messagepack
Data::MessagePack is a binary packer for perl.
=head1 Configuration Variables
=over 4
=item $Data::MessagePack::PreferredInteger
Pack the string as int when the value looks like int(EXPERIMENTAL).
=back
=head1 AUTHORS
Tokuhiro Matsuno