Skip to content

Commit

Permalink
Add provides to meta
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Apr 22, 2021
1 parent 1f08cff commit f80888a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
}
}
},
"provides" : {
"Crypt::OpenSSL::VerifyX509" : {
"file" : "VerifyX509.pm",
"version" : "0.12"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
Expand Down
4 changes: 4 additions & 0 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ no_index:
directory:
- inc
- t
provides:
Crypt::OpenSSL::VerifyX509:
file: VerifyX509.pm
version: '0.12'
requires:
Crypt::OpenSSL::X509: 0
perl: 5.8.1
Expand Down

0 comments on commit f80888a

Please sign in to comment.