File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,8 @@ Revision history for OO-Monitors
2
2
3
3
{{$NEXT}}
4
4
5
+ 1.1.3 2024-11-30T19:50:06+01:00
6
+ - Fix issue with source-url
7
+
5
8
1.1.2 2024-11-09T21:00:30+01:00
6
9
- Initial version as a Raku Community module
Original file line number Diff line number Diff line change 17
17
"resources" : [
18
18
],
19
19
"source-url" : " https://github.com/raku-community-modules/OO-Monitors.git" ,
20
- "support" : {
21
- "source" : " git://github.com/jnthn/oo-monitors.git"
22
- },
23
20
"tags" : [
24
21
" OO" ,
25
22
" concurrency" ,
26
23
" MOP"
27
24
],
28
25
"test-depends" : [
29
26
],
30
- "version" : " 1.1.2 "
27
+ "version" : " 1.1.3 "
31
28
}
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ sub test-dir($dir) {
51
51
}
52
52
53
53
test-dir("t");
54
+ test-dir($_) for dir("t", :test({ !.starts-with(".") && "t/$_".IO.d})).map(*.Str).sort;
54
55
test-dir("xt") if $author && "xt".IO.e;
55
56
install if $install;
56
57
You can’t perform that action at this time.
0 commit comments