Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 6ea528c

Browse files
committed
Commit Changes and bump $VERSION
1 parent 6d71ddf commit 6ea528c

File tree

92 files changed

+93
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+93
-91
lines changed

‎Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
{{ $NEXT }}
44

5+
v2.2.2 2020年08月13日 11:04:29-04:00 America/New_York
6+
57
[!!! END OF LIFE NOTICE !!!]
68

79
- As of August 13, 2020, the MongoDB Perl driver has reached end of life

‎Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ my %WriteMakefileArgs = (
8181
"lib" => 0,
8282
"utf8" => 0
8383
},
84-
"VERSION" => "v2.2.2",
84+
"VERSION" => "v2.2.3",
8585
"test" => {
8686
"TESTS" => "t/*.t t/deprecated/*.t t/examples/*.t t/unit/*.t"
8787
}

‎lib/MongoDB.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package MongoDB;
2020
# ABSTRACT: Official MongoDB Driver for Perl (EOL)
2121

2222
use version;
23-
our $VERSION = 'v2.2.2';
23+
our $VERSION = 'v2.2.3';
2424

2525
# regexp_pattern was unavailable before 5.10, had to be exported to load the
2626
# function implementation on 5.10, and was automatically available in 5.10.1

‎lib/MongoDB/BSON/Binary.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package MongoDB::BSON::Binary;
1919
# ABSTRACT: (DEPRECATED) MongoDB binary type
2020

2121
use version;
22-
our $VERSION = 'v2.2.2';
22+
our $VERSION = 'v2.2.3';
2323

2424
use Moo;
2525
extends 'BSON::Bytes';

‎lib/MongoDB/BSON/Regexp.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package MongoDB::BSON::Regexp;
1919
# ABSTRACT: (DEPRECATED) Regular expression type
2020

2121
use version;
22-
our $VERSION = 'v2.2.2';
22+
our $VERSION = 'v2.2.3';
2323

2424
use Moo;
2525
extends 'BSON::Regex';

‎lib/MongoDB/BulkWrite.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package MongoDB::BulkWrite;
1919
# ABSTRACT: MongoDB bulk write interface
2020

2121
use version;
22-
our $VERSION = 'v2.2.2';
22+
our $VERSION = 'v2.2.3';
2323

2424
use MongoDB::Error;
2525
use MongoDB::Op::_BulkWrite;

‎lib/MongoDB/BulkWriteResult.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package MongoDB::BulkWriteResult;
1919
# ABSTRACT: MongoDB bulk write result document
2020

2121
use version;
22-
our $VERSION = 'v2.2.2';
22+
our $VERSION = 'v2.2.3';
2323

2424
# empty superclass for backcompatibility; add a variable to the
2525
# package namespace so Perl thinks it's a real package

‎lib/MongoDB/BulkWriteView.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package MongoDB::BulkWriteView;
1919
# ABSTRACT: Bulk write operations against a query document
2020

2121
use version;
22-
our $VERSION = 'v2.2.2';
22+
our $VERSION = 'v2.2.3';
2323

2424
use Moo;
2525

‎lib/MongoDB/ChangeStream.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package MongoDB::ChangeStream;
1919
# ABSTRACT: A stream providing update information for collections.
2020

2121
use version;
22-
our $VERSION = 'v2.2.2';
22+
our $VERSION = 'v2.2.3';
2323

2424
use Moo;
2525
use MongoDB::Cursor;

‎lib/MongoDB/ClientSession.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package MongoDB::ClientSession;
1919
# ABSTRACT: MongoDB session and transaction management
2020

2121
use version;
22-
our $VERSION = 'v2.2.2';
22+
our $VERSION = 'v2.2.3';
2323

2424
use MongoDB::Error 'EXCEEDED_TIME_LIMIT';
2525

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /