Fix a stream value to be a string
This commit is contained in:
parent
d73c63d6a6
commit
89e7e61fa9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
stream: 5.30
|
||||
stream: '5.30'
|
||||
summary: Practical Extraction and Report Language
|
||||
description: >
|
||||
Perl is a high-level programming language with roots in C, sed, awk
|
||||
|
|
@ -15,7 +15,7 @@ data:
|
|||
dependencies:
|
||||
- buildrequires:
|
||||
platform: []
|
||||
perl-bootstrap: [5.30]
|
||||
perl-bootstrap: ['5.30']
|
||||
requires:
|
||||
platform: []
|
||||
references:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue