Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the MongoDB CPAN distribution.

Maintainer(s)' notes

Please don't report bugs here. Please use the MongoDB Perl driver issue tracker instead.

Report information
The Basics
Id: 62145
Status: resolved
Priority: 0/
Queue: MongoDB

People
Owner: Nobody in particular
Requestors: racke [...] linuxia.de
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.39
Fixed in: (no value)



Subject: Fix "heirarchy" spelling mistakes in MongoDB POD
Please fix these spelling mistakes (see attached patch). Regards Racke
Subject: mongo-db-pod.patch
commit 33b311fc23a2a29d12bf93d10fc7b7ae518dadf4 Author: Stefan Hornburg (Racke) <racke@linuxia.de> Date: Thu Oct 14 20:39:39 2010 +0200 Fix "heirarchy" spelling mistakes in MongoDB POD. diff --git a/lib/MongoDB.pm b/lib/MongoDB.pm index 6b3d4f0..9dc37df 100644 --- a/lib/MongoDB.pm +++ b/lib/MongoDB.pm @@ -131,9 +131,9 @@ out of scope, the connection will automatically be closed and cleaned up. =head3 Class Hierarchy -The classes are arranged in a heirarchy: you cannot create a +The classes are arranged in a hierarchy: you cannot create a L<MongoDB::Collection> instance before you create L<MongoDB::Database> instance, -for example. The full heirarchy is: +for example. The full hierarchy is: MongoDB::Connection -> MongoDB::Database -> MongoDB::Collection