summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
Diffstat (limited to 'META.json')
-rw-r--r--META.json49
1 files changed, 49 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..1dee62e
--- /dev/null
+++ b/META.json
@@ -0,0 +1,49 @@
+{
+ "abstract" : "Access and modify network interface card configuration",
+ "author" : [
+ "Lincoln Stein <lincoln.stein@gmail.com>"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "Module::Build version 0.4205",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "IO-Interface",
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "ExtUtils::CBuilder" : "0"
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "Module::Build" : "0.42"
+ }
+ },
+ "runtime" : {
+ "requires" : {
+ "perl" : "5.005"
+ }
+ }
+ },
+ "provides" : {
+ "IO::Interface" : {
+ "file" : "lib/IO/Interface.pm",
+ "version" : "1.09"
+ },
+ "IO::Interface::Simple" : {
+ "file" : "lib/IO/Interface/Simple.pm"
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "license" : [
+ "http://dev.perl.org/licenses/"
+ ]
+ },
+ "version" : "1.09"
+}