File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,10 +7,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ## [ v1.0.0] - 2026-01-29
11-
1210### Changed
1311- It actually exists.
14-
15- [ Unreleased ] : https://github.com/sanko/Net-uTP.pm/compare/v1.0.0...HEAD
16- [ v1.0.0 ] : https://github.com/sanko/Net-uTP.pm/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 4242 }
4343 },
4444 "runtime" : {
45+ "recommends" : {
46+ "Acme::Bitfield" : " 0"
47+ },
4548 "requires" : {
4649 "List::Util" : " 0" ,
4750 "perl" : " v5.40.0"
4851 }
4952 },
5053 "test" : {
5154 "requires" : {
55+ "Acme::Bitfield" : " 0" ,
5256 "Test2::V0" : " 0"
5357 }
5458 }
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ class Acme::Selection::RarestFirst v1.0.0 {
4343 method get_availability ($index ) {
4444 return $availability [$index ] // 0;
4545 }
46- }
47- #
48- 1;
46+ };
47+ #
48+ 1;
You can’t perform that action at this time.
0 commit comments