{
  "abstract" : "Control UAVs",
  "author" : [
     "Timm Murray <[email protected]>"
  ],
  "dynamic_config" : 1,
  "generated_by" : "Module::Build version 0.4205",
  "license" : [
     "bsd"
  ],
  "meta-spec" : {
     "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
     "version" : "2"
  },
  "name" : "UAV-Pilot",
  "prereqs" : {
     "configure" : {
        "requires" : {
           "Module::Build" : "0.42"
        }
     },
     "runtime" : {
        "recommends" : {
           "Getopt::Long" : "0",
           "UAV::Pilot::SDL" : "0",
           "UAV::Pilot::Video::Ffmpeg" : "0"
        },
        "requires" : {
           "AnyEvent" : "0",
           "AnyEvent::ReadLine::Gnu" : "0",
           "DateTime" : "0",
           "File::HomeDir" : "0",
           "File::ShareDir" : "1.00",
           "File::Spec" : "0",
           "File::Temp" : "0",
           "IO::Socket::Multicast" : "0",
           "Log::Log4perl" : "0",
           "Math::Trig" : "0",
           "Moose" : "0",
           "MooseX::Event" : "0",
           "String::CRC32" : "0",
           "Test::More" : "0",
           "Throwable" : "0",
           "YAML" : "0",
           "namespace::autoclean" : "0",
           "perl" : ">= 5.14.0"
        }
     },
     "test" : {
        "requires" : {
           "Test::Pod" : "0"
        }
     }
  },
  "provides" : {
     "UAV::Pilot" : {
        "file" : "lib/UAV/Pilot.pm",
        "version" : "0.10"
     },
     "UAV::Pilot::ArdupilotPacketException::BadChecksum" : {
        "file" : "lib/UAV/Pilot/Exceptions.pm"
     },
     "UAV::Pilot::ArdupilotPacketException::BadHeader" : {
        "file" : "lib/UAV/Pilot/Exceptions.pm"
     },
     "UAV::Pilot::CommandNotFoundException" : {
        "file" : "lib/UAV/Pilot/Exceptions.pm"
     },
     "UAV::Pilot::Commands" : {
        "file" : "lib/UAV/Pilot/Commands.pm"
     },
     "UAV::Pilot::Control" : {
        "file" : "lib/UAV/Pilot/Control.pm"
     },
     "UAV::Pilot::ControlHelicopter" : {
        "file" : "lib/UAV/Pilot/ControlHelicopter.pm"
     },
     "UAV::Pilot::ControlRover" : {
        "file" : "lib/UAV/Pilot/ControlRover.pm"
     },
     "UAV::Pilot::Driver" : {
        "file" : "lib/UAV/Pilot/Driver.pm"
     },
     "UAV::Pilot::EasyEvent" : {
        "file" : "lib/UAV/Pilot/EasyEvent.pm"
     },
     "UAV::Pilot::EventHandler" : {
        "file" : "lib/UAV/Pilot/EventHandler.pm"
     },
     "UAV::Pilot::Events" : {
        "file" : "lib/UAV/Pilot/Events.pm"
     },
     "UAV::Pilot::Exception" : {
        "file" : "lib/UAV/Pilot/Exceptions.pm"
     },
     "UAV::Pilot::FileNotFoundException" : {
        "file" : "lib/UAV/Pilot/Exceptions.pm"
     },
     "UAV::Pilot::IOException" : {
        "file" : "lib/UAV/Pilot/Exceptions.pm"
     },
     "UAV::Pilot::Logger" : {
        "file" : "lib/UAV/Pilot/Logger.pm"
     },
     "UAV::Pilot::NavCollector" : {
        "file" : "lib/UAV/Pilot/NavCollector.pm"
     },
     "UAV::Pilot::NavCollector::AckEvents" : {
        "file" : "lib/UAV/Pilot/NavCollector/AckEvents.pm"
     },
     "UAV::Pilot::NavPacketException::BadHeader" : {
        "file" : "lib/UAV/Pilot/Exceptions.pm"
     },
     "UAV::Pilot::NumberOutOfRangeException" : {
        "file" : "lib/UAV/Pilot/Exceptions.pm"
     },
     "UAV::Pilot::Server" : {
        "file" : "lib/UAV/Pilot/Server.pm"
     },
     "UAV::Pilot::Video::FileDump" : {
        "file" : "lib/UAV/Pilot/Video/FileDump.pm"
     },
     "UAV::Pilot::Video::H264Handler" : {
        "file" : "lib/UAV/Pilot/Video/H264Handler.pm"
     },
     "UAV::Pilot::Video::Mock::RawHandler" : {
        "file" : "lib/UAV/Pilot/Video/Mock/RawHandler.pm"
     },
     "UAV::Pilot::Video::RawHandler" : {
        "file" : "lib/UAV/Pilot/Video/RawHandler.pm"
     },
     "UAV::Pilot::VideoException" : {
        "file" : "lib/UAV/Pilot/Exceptions.pm"
     }
  },
  "release_status" : "stable",
  "resources" : {
     "license" : [
        "http://opensource.org/licenses/BSD-3-Clause"
     ],
     "repository" : {
        "url" : "https://github.com/frezik/UAV-Pilot"
     }
  },
  "version" : "0.10"
}