Codebase list libmango-perl / 3496bb3
version bump Olivier Duclos 8 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 1.23 2015-11-12
1 - Fix a nasty bug where Mango would not finish to authenticate to the
2 server before sending the first request, resulting in an authentication
3 error. More details in bug #10 on Github.
4 - Small documentation fix thanks to Mohammad S Anwar.
5
06 1.22 2015-11-06
17 - Fix test with BSON encoding of NaN with perl 5.23+
28 - Handle the deprecated BSON type 'Undefined' (very rare case)
2727 # is good for security.
2828 Hash::Util::FieldHash::fieldhash my %AUTH;
2929
30 our $VERSION = '1.22';
30 our $VERSION = '1.23';
3131
3232 sub DESTROY { shift->_cleanup }
3333