| BSON::MinKey - MinKey data for BSON |
BSON::MinKey - MinKey data for BSON
use BSON;
my $key = BSON::MinKey->new;
This module is needed for BSON and it manages BSON's MinKey element.
Object constructor, takes no parameters.
BSON
minimalist, <minimalist at lavabit.com>
Bug reports and patches are welcome. Reports which include a failing Test::More style test are helpful and will receive priority.
Copyright 2011 minimalist.
This program is free software; you can redistribute it and/or modify it under the terms as perl itself.
| BSON::MinKey - MinKey data for BSON |