summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/META.yml b/META.yml
new file mode 100644
index 0000000..cf8d979
--- /dev/null
+++ b/META.yml
@@ -0,0 +1,35 @@
+---
+abstract: 'Provide an interface to ZIP archive files.'
+author:
+ - 'Ned Konz <perl@bike-nomad.com>'
+build_requires:
+ Test::More: '0.88'
+configure_requires:
+ ExtUtils::MakeMaker: '0'
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.142690'
+license: perl
+meta-spec:
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: '1.4'
+name: Archive-Zip
+no_index:
+ directory:
+ - t
+ - inc
+requires:
+ Compress::Raw::Zlib: '2.017'
+ File::Basename: '0'
+ File::Copy: '0'
+ File::Find: '0'
+ File::Path: '0'
+ File::Spec: '0.80'
+ File::Temp: '0'
+ IO::File: '0'
+ IO::Handle: '0'
+ IO::Seekable: '0'
+ Time::Local: '0'
+ perl: '5.006'
+resources:
+ repository: https://github.com/redhotpenguin/perl-Archive-Zip-svn
+version: '1.49'