Skip to content

Commit 982cf06

Browse files
committed
1.1.3
1 parent 016e90f commit 982cf06

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ Revision history for OO-Monitors
22

33
{{$NEXT}}
44

5+
1.1.3 2024-11-30T19:50:06+01:00
6+
- Fix issue with source-url
7+
58
1.1.2 2024-11-09T21:00:30+01:00
69
- Initial version as a Raku Community module

META6.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,12 @@
1717
"resources": [
1818
],
1919
"source-url": "https://github.com/raku-community-modules/OO-Monitors.git",
20-
"support": {
21-
"source": "git://github.com/jnthn/oo-monitors.git"
22-
},
2320
"tags": [
2421
"OO",
2522
"concurrency",
2623
"MOP"
2724
],
2825
"test-depends": [
2926
],
30-
"version": "1.1.2"
27+
"version": "1.1.3"
3128
}

run-tests

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ sub test-dir($dir) {
5151
}
5252

5353
test-dir("t");
54+
test-dir($_) for dir("t", :test({ !.starts-with(".") && "t/$_".IO.d})).map(*.Str).sort;
5455
test-dir("xt") if $author && "xt".IO.e;
5556
install if $install;
5657

0 commit comments

Comments
 (0)