Skip to content

Commit e548214

Browse files
committed
META.yml missing for cpan info update
1 parent 618095a commit e548214

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ blib/*
88
pm_to_blib
99
Crypt-OpenSSL-Verify-*
1010
Makefile.old
11-
META.yml
1211
MANIFEST.bak

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ LICENSE
1616
Makefile
1717
Makefile.PL
1818
MANIFEST This list of files
19+
META.yml
1920
MYMETA.json
2021
MYMETA.yml
2122
ppport.h

META.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
abstract: 'OpenSSL Verify certificate verification in XS.'
3+
author:
4+
- Timothy Legge <[email protected]>
5+
- Wesley Schwengle <[email protected]>
6+
build_requires:
7+
ExtUtils::MakeMaker: '6.59'
8+
File::Slurp: '0'
9+
Test::Exception: '0'
10+
Test::More: '0.88'
11+
configure_requires:
12+
ExtUtils::MakeMaker: '0'
13+
dynamic_config: 0
14+
generated_by: 'ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter version 2.150010'
15+
license: perl
16+
meta-spec:
17+
url: http://module-build.sourceforge.net/META-spec-v1.4.html
18+
version: '1.4'
19+
name: Crypt-OpenSSL-Verify
20+
no_index:
21+
directory:
22+
- t
23+
- inc
24+
requires:
25+
Crypt::OpenSSL::X509: '1.807'
26+
perl: '5.010'
27+
resources:
28+
bugtracker: https://github.com/perl-net-saml2/perl-Crypt-OpenSSL-Verify/issues
29+
license: http://dev.perl.org/licenses
30+
repository: https://github.com/perl-net-saml2/perl-Crypt-OpenSSL-Verify
31+
version: '0.19'
32+
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
33+

0 commit comments

Comments
 (0)