{
   "abstract" : "Linux-native reactor, I/O, kernel events, and processes",
   "author" : [
      "Joshua S. Day <hax@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "ExtUtils::MakeMaker version 7.78, CPAN::Meta::Converter version 2.150015",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Linux-Event",
   "no_index" : {
      "directory" : [
         "t",
         "inc"
      ],
      "package" : [
         "Linux::Event::_Registration",
         "Linux::Event::_IO",
         "Linux::Event::_ByteStream",
         "Linux::Event::_ByteStream::Descriptor",
         "Linux::Event::_Socket",
         "Linux::Event::_Socket::Descriptor",
         "Linux::Event::_Socket::Stream",
         "Linux::Event::_Socket::Listener",
         "Linux::Event::_Socket::Dgram",
         "Linux::Event::_Socket::Connection",
         "Linux::Event::_ByteStream::_Deadline",
         "Linux::Event::_ByteStream::Descriptor::Native",
         "Linux::Event::_ByteStream::State",
         "Linux::Event::_ByteStream::TestSupport",
         "Linux::Event::_Socket::Dgram::_ReadyTimer",
         "Linux::Event::Kernel::Signal::_Descriptor",
         "Linux::Event::Kernel::Signal::_Engine",
         "Linux::Event::Kernel::Signal::_Service",
         "Linux::Event::Kernel::Event::_OwnerState",
         "Linux::Event::Kernel::Timer::_Descriptor",
         "Linux::Event::Loop::Introspection",
         "Linux::Event::_Resolver",
         "Linux::Event::_Resolver::_Native",
         "Linux::Event::_SocketConfig"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::CBuilder" : "0",
            "ExtUtils::MakeMaker" : "0"
         }
      },
      "runtime" : {
         "requires" : {
            "Socket" : "2.033",
            "perl" : "5.036000"
         }
      },
      "test" : {
         "requires" : {
            "Test::More" : "0"
         }
      }
   },
   "provides" : {
      "Linux::Event" : {
         "file" : "lib/Linux/Event.pm",
         "version" : "0.114"
      },
      "Linux::Event::Address" : {
         "file" : "lib/Linux/Event/Address.pm",
         "version" : "0.114"
      },
      "Linux::Event::Error" : {
         "file" : "lib/Linux/Event/Error.pm",
         "version" : "0.114"
      },
      "Linux::Event::Framer" : {
         "file" : "lib/Linux/Event/Framer.pm",
         "version" : "0.114"
      },
      "Linux::Event::Framer::DecimalLength" : {
         "file" : "lib/Linux/Event/Framer/DecimalLength.pm",
         "version" : "0.114"
      },
      "Linux::Event::Framer::Delimiter" : {
         "file" : "lib/Linux/Event/Framer/Delimiter.pm",
         "version" : "0.114"
      },
      "Linux::Event::Framer::Fixed" : {
         "file" : "lib/Linux/Event/Framer/Fixed.pm",
         "version" : "0.114"
      },
      "Linux::Event::Framer::LengthPrefix" : {
         "file" : "lib/Linux/Event/Framer/LengthPrefix.pm",
         "version" : "0.114"
      },
      "Linux::Event::Framer::Netstring" : {
         "file" : "lib/Linux/Event/Framer/Netstring.pm",
         "version" : "0.114"
      },
      "Linux::Event::Framer::U32BE" : {
         "file" : "lib/Linux/Event/Framer/U32BE.pm",
         "version" : "0.114"
      },
      "Linux::Event::Framer::Varint" : {
         "file" : "lib/Linux/Event/Framer/Varint.pm",
         "version" : "0.114"
      },
      "Linux::Event::IO" : {
         "file" : "lib/Linux/Event/IO.pm",
         "version" : "0.114"
      },
      "Linux::Event::IO::Pipe" : {
         "file" : "lib/Linux/Event/IO/Pipe.pm",
         "version" : "0.114"
      },
      "Linux::Event::IO::Sock" : {
         "file" : "lib/Linux/Event/IO/Sock.pm",
         "version" : "0.114"
      },
      "Linux::Event::IO::Sock::Dgram" : {
         "file" : "lib/Linux/Event/IO/Sock/Dgram.pm",
         "version" : "0.114"
      },
      "Linux::Event::IO::Sock::Listener" : {
         "file" : "lib/Linux/Event/IO/Sock/Listener.pm",
         "version" : "0.114"
      },
      "Linux::Event::IO::Sock::Stream" : {
         "file" : "lib/Linux/Event/IO/Sock/Stream.pm",
         "version" : "0.114"
      },
      "Linux::Event::IO::TTY" : {
         "file" : "lib/Linux/Event/IO/TTY.pm",
         "version" : "0.114"
      },
      "Linux::Event::Kernel" : {
         "file" : "lib/Linux/Event/Kernel.pm",
         "version" : "0.114"
      },
      "Linux::Event::Kernel::Event" : {
         "file" : "lib/Linux/Event/Kernel/Event.pm",
         "version" : "0.114"
      },
      "Linux::Event::Kernel::Process" : {
         "file" : "lib/Linux/Event/Kernel/Process.pm",
         "version" : "0.114"
      },
      "Linux::Event::Kernel::Signal" : {
         "file" : "lib/Linux/Event/Kernel/Signal.pm",
         "version" : "0.114"
      },
      "Linux::Event::Kernel::Timer" : {
         "file" : "lib/Linux/Event/Kernel/Timer.pm",
         "version" : "0.114"
      },
      "Linux::Event::Loop" : {
         "file" : "lib/Linux/Event/Loop.pm",
         "version" : "0.114"
      },
      "Linux::Event::TLS" : {
         "file" : "lib/Linux/Event/TLS.pm",
         "version" : "0.114"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/haxmeister/perl-linux-event/issues"
      },
      "homepage" : "https://github.com/haxmeister/perl-linux-event",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/haxmeister/perl-linux-event.git",
         "web" : "https://github.com/haxmeister/perl-linux-event"
      }
   },
   "version" : "0.114",
   "x_serialization_backend" : "JSON::PP version 4.16"
}
