We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ec9ce commit 937097fCopy full SHA for 937097f
Changes
@@ -1,6 +1,7 @@
1
Revision history for rakudoc
2
3
{{$NEXT}}
4
+ - Prefer hash format for META6.json deps
5
6
0.2.6 2023-03-27T19:34:57-04:00
7
- Remove vim lines
META6.json
@@ -9,7 +9,10 @@
9
"build-depends": [
10
],
11
"depends": [
12
- "Pod::Utils:ver<0.0.2+>"
+ {
13
+ "name": "Pod::Utils",
14
+ "version": "0.0.2+"
15
+ }
16
17
"description": "A tool for reading Raku documentation",
18
"license": "Artistic-2.0",
0 commit comments