Skip to content

Commit 937097f

Browse files
committed
Prefer hash format in META6.json dep
1 parent 78ec9ce commit 937097f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Revision history for rakudoc
22

33
{{$NEXT}}
4+
- Prefer hash format for META6.json deps
45

56
0.2.6 2023-03-27T19:34:57-04:00
67
- Remove vim lines

META6.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
"build-depends": [
1010
],
1111
"depends": [
12-
"Pod::Utils:ver<0.0.2+>"
12+
{
13+
"name": "Pod::Utils",
14+
"version": "0.0.2+"
15+
}
1316
],
1417
"description": "A tool for reading Raku documentation",
1518
"license": "Artistic-2.0",

0 commit comments

Comments
 (0)