Codebase list libmango-perl / e5f4f87
version bump Olivier Duclos 8 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2727 # is good for security.
2828 Hash::Util::FieldHash::fieldhash my %AUTH;
2929
30 our $VERSION = '1.23';
30 our $VERSION = '1.24';
3131
3232 sub DESTROY { shift->_cleanup }
3333
385385 L<official documentation|http://docs.mongodb.org>, the documentation included
386386 in this distribution is no replacement for it.
387387
388 Look at L<Mango::Collection> for CRUD operations.
389
388390 Many arguments passed to methods as well as values of attributes get
389391 serialized to BSON with L<Mango::BSON>, which provides many helper functions
390392 you can use to generate data types that are not available natively in Perl.