{
  "abstract" : "Collection of network protocol modules",
  "author" : [
     "Graham Barr <[email protected]>, Steve Hay <[email protected]>"
  ],
  "dynamic_config" : 1,
  "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010",
  "license" : [
     "perl_5"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : 2
  },
  "name" : "libnet",
  "no_index" : {
     "directory" : [
        "t",
        "inc"
     ]
  },
  "optional_features" : {
     "APOP" : {
        "description" : "APOP support",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "Digest::MD5" : "0"
              }
           }
        }
     },
     "AUTH" : {
        "description" : "AUTH support",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "Authen::SASL" : "0",
                 "MIME::Base64" : "0"
              }
           }
        }
     },
     "IPv6" : {
        "description" : "IPv6 support",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "IO::Socket::IP" : "0.25"
              }
           }
        }
     },
     "SSL" : {
        "description" : "SSL support",
        "prereqs" : {
           "runtime" : {
              "requires" : {
                 "IO::Socket::SSL" : "2.007"
              }
           }
        }
     },
     "changestest" : {
        "description" : "Changes testing",
        "prereqs" : {
           "test" : {
              "requires" : {
                 "Test::CPAN::Changes" : "0"
              }
           }
        }
     },
     "critictest" : {
        "description" : "Perl::Critic testing",
        "prereqs" : {
           "test" : {
              "requires" : {
                 "Test::Perl::Critic" : "0"
              }
           }
        }
     },
     "podcoveragetest" : {
        "description" : "POD coverage testing",
        "prereqs" : {
           "test" : {
              "requires" : {
                 "Test::Pod::Coverage" : "0.08"
              }
           }
        }
     },
     "podtest" : {
        "description" : "POD testing",
        "prereqs" : {
           "test" : {
              "requires" : {
                 "Test::Pod" : "1.00"
              }
           }
        }
     }
  },
  "prereqs" : {
     "build" : {
        "requires" : {
           "ExtUtils::MakeMaker" : "0"
        }
     },
     "configure" : {
        "requires" : {
           "ExtUtils::MakeMaker" : "6.64",
           "Getopt::Std" : "0",
           "IO::File" : "0",
           "perl" : "5.008001",
           "strict" : "0",
           "vars" : "0",
           "warnings" : "0"
        }
     },
     "runtime" : {
        "requires" : {
           "Carp" : "0",
           "Errno" : "0",
           "Exporter" : "0",
           "Fcntl" : "0",
           "File::Basename" : "0",
           "FileHandle" : "0",
           "IO::Select" : "0",
           "IO::Socket" : "1.05",
           "POSIX" : "0",
           "Socket" : "2.016",
           "Symbol" : "0",
           "Time::Local" : "0",
           "constant" : "0",
           "perl" : "5.008001",
           "strict" : "0",
           "utf8" : "0",
           "vars" : "0"
        }
     },
     "test" : {
        "requires" : {
           "Config" : "0",
           "Cwd" : "0"
        }
     }
  },
  "release_status" : "stable",
  "resources" : {
     "repository" : {
        "type" : "git",
        "web" : "https://github.com/steve-m-hay/perl-libnet"
     }
  },
  "version" : "3.12",
  "x_serialization_backend" : "JSON::PP version 4.02"
}