summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-02change min Perl version requiredHEADmasterKristina1-1/+1
2011-08-30Merge pull request #18 from slowkow/masterKristina1-1/+0
2011-08-30Duplicate line.refs/pull/18/headKamil Slowikowski1-1/+0
2011-08-29gettimeofday is already defined by PerlKristina2-26/+0
2011-08-29better connection timeout logic PERL-147Kristina2-40/+113
2011-08-23fix max key/min key parsing PERL-148Kristina1-2/+2
2011-08-12catch select errorsKristina1-1/+10
2011-08-11better connection codeKristina1-8/+21
2011-08-09oopsKristina1-1/+1
2011-08-09fix Windows compile PERL-144Kristina1-1/+2
2011-08-09fix refs to makemakerKristina1-3/+3
2011-08-09fix makemaker args for 5.14Kristina2-21/+28
2011-08-04Merge pull request #17 from uwe/masterKristina1-1/+1
2011-08-03fix typorefs/pull/17/headUwe Voelker1-1/+1
2011-07-28tutorial typosKristina1-2/+2
2011-07-26BUMP 0.44Kristina14-15/+58
2011-07-21add MongoDB::BSON::String typeKristina3-98/+152
2011-07-21wsKristina2-36/+38
2011-07-21add looks_like_number option for serializationKristina5-6/+88
2011-07-18Merge pull request #16 from leachiM2k/masterKristina3-3/+3
2011-07-18The use of bareword 'done_testing' in strict subs leads to compilation errorsrefs/pull/16/headMichael Rotmanov3-3/+3
2011-07-07fix $or exampleKristina1-1/+1
2011-07-06clean up dbs used by make test PERL-142Kristina5-0/+33
2011-07-01don't use lazy build because Mouse is buggyKristina1-3/+8
2011-07-01wsKristina4-68/+68
2011-07-01fix _id double freeKristina2-1/+18
2011-06-16fix exampleKristina1-1/+1
2011-06-13set slave_okay properly from global slave_okay settingKristina1-2/+3
2011-06-13fix db command docKristina1-3/+3
2011-06-13only create gridfs indexes on writesKristina1-12/+19
2011-06-06find-and-modify exampleKristina1-0/+22
2011-06-06wsKristina1-12/+12
2011-06-06group exampleKristina1-0/+58
2011-06-06query should pass through sort correctly to cursorKristina2-16/+22
2011-05-31BUMP 0.430.43Kristina14-18/+37
2011-05-31whitespace + docsKristina6-187/+195
2011-05-31croak on keys perl can't hash PERL-137Kristina2-2/+13
2011-05-31add partial flagKristina1-2/+19
2011-05-31detect max bson size PERL-124Kristina4-24/+60
2011-05-14sql to mongo mapping tableKristina1-1/+121
2011-05-11support for 5.14 regexes PERL-136Kristina2-0/+8
2011-05-11add pod files to .gitignoreKristina1-0/+1
2011-05-11Merge pull request #14 from cpan-mila/masterKristina1-0/+1
2011-05-10add link to client-side timeout in immortal docsKristina1-0/+9
2011-04-21'use IO::File' before using it.refs/pull/14/headMichael Langner1-0/+1
2011-04-04fix podKristina2-3/+3
2011-04-04make it clearer that these are Perl datatypes, not the main docsKristina1-4/+9
2011-03-21fix indentationKristina1-681/+674
2011-03-07fix oid typoKristina1-1/+1
2011-03-03added cursor info methodKristina3-2/+73