1
- # Contributing Guidelines
1
+ # END OF LIFE NOTICE
2
+
3
+ Version v2.2.0 is the final feature release of the MongoDB Perl driver. The
4
+ driver is now in a 12-month "sunset" period and will receive security patches
5
+ and critical bug fixes only. The Perl driver will be end-of-life and
6
+ unsupported on August 13, 2020.
7
+
8
+ # Introduction
9
+
10
+ ` mongo-perl-driver ` is the official client-side driver for talking to
11
+ MongoDB with Perl. It is free software released under the Apache 2.0
12
+ license and available on CPAN under the distribution name ` MongoDB ` .
2
13
3
14
This file describes requirements and procedures for developing and testing the
4
15
MongoDB Perl driver from its code repository. For instructions installing
@@ -7,13 +18,7 @@ from CPAN or tarball, see the [INSTALL.md](INSTALL.md) file instead.
7
18
While this distribution is shipped using Dist::Zilla, you do not need to
8
19
install it or use it for development and testing.
9
20
10
- ## Introduction
11
-
12
- ` mongo-perl-driver ` is the official client-side driver for talking to
13
- MongoDB with Perl. It is free software released under the Apache 2.0
14
- license and available on CPAN under the distribution name ` MongoDB ` .
15
-
16
- ## How to Ask for Help
21
+ # How to Ask for Help
17
22
18
23
If you are having difficulty building the driver after reading the
19
24
instructions here, please email the [ mongodb-user mailing
@@ -31,10 +36,9 @@ Failure to include the relevant information will result in additional
31
36
round-trip communications to ascertain the necessary details, delaying a
32
37
useful response.
33
38
34
- ## Bugs / Feature Requests
39
+ # Bugs / Feature Requests
35
40
36
- Think you've found a bug? Want to see a new feature? Please open a
37
- ticket in our issue management tool, JIRA:
41
+ Think you've found a bug? Please open a ticket in our issue management tool, JIRA:
38
42
39
43
- [ Create a JIRA
40
44
account] ( https://jira.mongodb.org/secure/Signup!default.jspa ) if you
@@ -44,24 +48,7 @@ ticket in our issue management tool, JIRA:
44
48
- Click the ** Create** button - Please provide as much information as
45
49
possible for a bug and how to reproduce it.
46
50
47
- ## How to Contribute
48
-
49
- The code for ` mongo-perl-driver ` is hosted on GitHub at:
50
-
51
- https://github.com/mongodb/mongo-perl-driver/
52
-
53
- If you would like to contribute code, documentation, tests, or bugfixes,
54
- follow these steps:
55
-
56
- 1 . Fork the project on GitHub.
57
- 2 . Clone the fork to your local machine.
58
- 3 . Make your changes and push them back up to your GitHub account.
59
- 4 . Send a "pull request" with a brief description of your changes, and a
60
- link to a JIRA ticket if there is one.
61
-
62
- If you are unfamiliar with GitHub, start with their excellent documentation here:
63
-
64
- https://help.github.com/articles/fork-a-repo
51
+ # Working with the source
65
52
66
53
## Compiler tool requirements
67
54
0 commit comments