@@ -17,9 +17,9 @@ MongoDB Perl Driver
1717.. admonition:: Deprecation
1818 :class: warning
1919
20- Version v2.2.0 is the final feature release of the MongoDB Perl driver.
21- The driver is now in a 12-month "sunset" period and will receive
22- security patches and critical bug fixes only.
20+ Version v2.2.0 is the final feature release of the MongoDB Perl driver.
21+ The driver is now in a 12-month "sunset" period and will receive
22+ security patches and critical bug fixes only.
2323 The Perl driver will be end-of-life and unsupported on August 13, 2020.
2424
2525 For more information,
@@ -32,22 +32,14 @@ Introduction
3232
3333This is the official MongoDB Perl Driver.
3434
35- - `Tutorial <https://metacpan.org/pod/distribution/MongoDB/lib/MongoDB/Tutorial.pod>`__
36-
37- - `Examples <https://metacpan.org/pod/distribution/MongoDB/lib/MongoDB/Examples.pod>`__
38-
39- - `API Reference <https://metacpan.org/release/MongoDB>`_
40-
41- - `Changelog <https://metacpan.org/changes/distribution/MongoDB>`__
42-
4335- `Source Code <https://github.com/mongodb/mongo-perl-driver>`__
4436
4537
4638Installation
4739------------
4840
49- The Perl Driver is available through CPAN as the package
50- `MongoDB <https://metacpan.org/release /MongoDB>`_.
41+ The Perl Driver is available through CPAN as the package
42+ `MongoDB <https://metacpan.org/pod /MongoDB>`_.
5143
5244You can install the latest stable release by installing the MongoDB package:
5345
@@ -74,10 +66,6 @@ To connect to a :atlas:`MongoDB Atlas </>` cluster, use the :atlas:`Atlas connec
7466 my $db = $client->get_database( 'test' );
7567
7668
77- See `Connecting <https://metacpan.org/pod/distribution/MongoDB/lib/MongoDB/Tutorial.pod#CONNECTING>`__
78- for more information.
79-
80-
8169Compatibility
8270-------------
8371
@@ -99,7 +87,3 @@ How to get help
9987- Ask on `Stack Overflow <https://stackoverflow.com/questions/tagged/mongodb+perl>`__.
10088- Visit our `Support Channels <https://docs.mongodb.com/manual/support/>`__.
10189- See our `JIRA <https://jira.mongodb.org/projects/PERL/summary>`__ to raise issues or submit feature requests.
102-
103-
104-
105-
0 commit comments