Skip to content

Commit bb30b00

Browse files
committed
Update Changes and bump version to 0.903
1 parent d593eba commit bb30b00

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Revision history for cPanel-TaskQueue
22

3+
0.903
4+
- Fix exception when serializing a TaskQueue object
5+
- Fix race condition in test exposed by Perl v5.35 (#34)
6+
- Simplify tests by using File::Temp
7+
- Mass Tidy codebase
8+
- Add GitHub CI workflow
9+
310
0.902
411
- Revert: Use atomic filesystem operations for cPanel::StateFile.
512
"we have code that fails when the file is changed out from under it"

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ my %WriteMakefileArgs = (
4646
"Test::More" => 0,
4747
"lib" => 0
4848
},
49-
"VERSION" => "0.902",
49+
"VERSION" => "0.903",
5050
"test" => {
5151
"TESTS" => "t/*.t"
5252
}

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = cPanel-TaskQueue
2-
version = 0.902
2+
version = 0.903
33
author = cPanel, Inc. <cpan@cpanel.net>
44
license = Perl_5
55
copyright_holder = cPanel, Inc.

0 commit comments

Comments
 (0)