Skip to content

Commit 0e29e6b

Browse files
committed
Require Acme::Bitfield for tests to pass.
1 parent 04d8b5c commit 0e29e6b

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

Changes.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

META.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,17 @@
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
}

lib/Acme/Selection/RarestFirst.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)