summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml47
1 files changed, 26 insertions, 21 deletions
diff --git a/META.yml b/META.yml
index 61c2dda..7e57d59 100644
--- a/META.yml
+++ b/META.yml
@@ -1,24 +1,29 @@
---- #YAML:1.0
-name: Digest-HMAC
-version: 1.03
-abstract: Keyed-Hashing for Message Authentication
+---
+abstract: 'Keyed-Hashing for Message Authentication'
author:
- - Gisle Aas <gisle@activestate.com>
-license: perl
-distribution_type: module
+ - 'Andrew Rodland <arodland@cpan.org>'
+build_requires: {}
configure_requires:
- ExtUtils::MakeMaker: 0
-build_requires:
- ExtUtils::MakeMaker: 0
-requires:
- Digest::MD5: 2
- Digest::SHA: 1
- perl: 5.004
-no_index:
- directory:
- - t
- - inc
-generated_by: ExtUtils::MakeMaker version 6.57_05
+ ExtUtils::MakeMaker: '0'
+dynamic_config: 0
+generated_by: 'Dist::Zilla version 6.010, CPAN::Meta::Converter version 2.150010'
+license: perl
meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: Digest-HMAC
+no_index:
+ directory:
+ - t
+requires:
+ Digest::MD5: '2'
+ Digest::SHA: '1'
+ perl: '5.004'
+resources:
+ bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Digest-HMAC
+ homepage: http://metacpan.org/release/Digest-HMAC
+ license: http://dev.perl.org/licenses/
+ repository: git://github.com/arodland/Digest-HMAC.git
+version: '1.04'
+x_authority: cpan:ARODLAND
+x_serialization_backend: 'YAML::Tiny version 1.70'