BSON::MaxKey - MaxKey data for BSON


NAME

BSON::MaxKey - MaxKey data for BSON


SYNOPSIS

    use BSON;
    my $key = BSON::MaxKey->new;


DESCRIPTION

This module is needed for BSON and it manages BSON's MaxKey element.


METHODS

new

Object constructor, takes no parameters.


SEE ALSO

BSON


AUTHOR

minimalist, <minimalist at lavabit.com>


BUGS

Bug reports and patches are welcome. Reports which include a failing Test::More style test are helpful and will receive priority.


LICENSE AND COPYRIGHT

Copyright 2011 minimalist.

This program is free software; you can redistribute it and/or modify it under the terms as perl itself.

 BSON::MaxKey - MaxKey data for BSON