summaryrefslogtreecommitdiff
path: root/META.yml
diff options
context:
space:
mode:
Diffstat (limited to 'META.yml')
-rw-r--r--META.yml43
1 files changed, 25 insertions, 18 deletions
diff --git a/META.yml b/META.yml
index 99045c2..539bf96 100644
--- a/META.yml
+++ b/META.yml
@@ -1,20 +1,27 @@
---- #YAML:1.0
-name: IO-Interface
-version: 1.07
-abstract: ~
-author: []
-license: unknown
-distribution_type: module
-configure_requires:
- ExtUtils::MakeMaker: 0
+---
+abstract: 'Access and modify network interface card configuration'
+author:
+ - 'Lincoln Stein <lincoln.stein@gmail.com>'
build_requires:
- ExtUtils::MakeMaker: 0
-requires: {}
-no_index:
- directory:
- - t
- - inc
-generated_by: ExtUtils::MakeMaker version 6.57_05
+ ExtUtils::CBuilder: '0'
+configure_requires:
+ Module::Build: '0.42'
+dynamic_config: 1
+generated_by: 'Module::Build version 0.4205, CPAN::Meta::Converter version 2.120351'
+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: IO-Interface
+provides:
+ IO::Interface:
+ file: lib/IO/Interface.pm
+ version: '1.09'
+ IO::Interface::Simple:
+ file: lib/IO/Interface/Simple.pm
+ version: 0
+requires:
+ perl: '5.005'
+resources:
+ license: http://dev.perl.org/licenses/
+version: '1.09'