File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Revision 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+
3100.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"
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 11name = cPanel-TaskQueue
2- version = 0.902
2+ version = 0.903
33author = cPanel, Inc. <cpan@cpanel.net>
44license = Perl_5
55copyright_holder = cPanel, Inc.
You can’t perform that action at this time.
0 commit comments