Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ticket in our issue management tool, JIRA:
account](https://jira.mongodb.org/secure/Signup!default.jspa) if you
don't already have one.
- Navigate to the [JIRA PERL
project](https://jira.mongodb.org/browse/PERL>)
project](https://jira.mongodb.org/browse/PERL)
- Click the **Create** button - Please provide as much information as
possible for a bug and how to reproduce it.

Expand Down Expand Up @@ -128,4 +128,3 @@ To build and test (after configuration):

$ make
$ make test

3 changes: 1 addition & 2 deletions lib/MongoDB/MongoClient.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2024,7 +2024,7 @@ that the '@' in the principal name must be encoded as "%40":

my $mc = MongoDB::MongoClient->new(
host =>
'mongodb://johndoe%40EXAMPLE.COM@mongo.examplecom/?authMechanism=GSSAPI',
'mongodb://johndoe%40EXAMPLE.COM@mongo.example.com/?authMechanism=GSSAPI',
);

The default service name is 'mongodb'. It can be changed with the
Expand All @@ -2040,4 +2040,3 @@ You B<MUST> call the L</reconnect> method on any MongoDB::MongoClient objects
after forking or spawning a thread.

=cut