The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "UAV::Pilot driver for the Parrot AR.Drone",
   "author" : [
      "Timm Murray <tmurray@wumpus-cave.net>"
   ],
   "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-ARDrone",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build" : "0.42"
         }
      },
      "runtime" : {
         "recommends" : {
            "UAV::Pilot::SDL" : "0",
            "UAV::Pilot::Video::Ffmpeg" : "0"
         },
         "requires" : {
            "AnyEvent" : "0",
            "AnyEvent::ReadLine::Gnu" : "0",
            "File::ShareDir" : "1.00",
            "IO::Socket::Multicast" : "0",
            "Math::Trig" : "0",
            "Moose" : "0",
            "MooseX::Event" : "0",
            "String::CRC32" : "0",
            "Test::More" : "0",
            "Time::HiRes" : "0",
            "UAV::Pilot" : ">= 0.9",
            "namespace::autoclean" : "0",
            "perl" : ">= 5.14.0"
         }
      },
      "test" : {
         "requires" : {
            "Test::Pod" : "0"
         }
      }
   },
   "provides" : {
      "UAV::Pilot::ARDrone" : {
         "file" : "lib/UAV/Pilot/ARDrone.pm",
         "version" : "0.2"
      },
      "UAV::Pilot::ARDrone::Control" : {
         "file" : "lib/UAV/Pilot/ARDrone/Control.pm"
      },
      "UAV::Pilot::ARDrone::Control::Event" : {
         "file" : "lib/UAV/Pilot/ARDrone/Control/Event.pm"
      },
      "UAV::Pilot::ARDrone::Driver" : {
         "file" : "lib/UAV/Pilot/ARDrone/Driver.pm"
      },
      "UAV::Pilot::ARDrone::Driver::Mock" : {
         "file" : "lib/UAV/Pilot/ARDrone/Driver/Mock.pm"
      },
      "UAV::Pilot::ARDrone::NavPacket" : {
         "file" : "lib/UAV/Pilot/ARDrone/NavPacket.pm"
      },
      "UAV::Pilot::ARDrone::SDLNavOutput" : {
         "file" : "lib/UAV/Pilot/ARDrone/SDLNavOutput.pm"
      },
      "UAV::Pilot::ARDrone::Video" : {
         "file" : "lib/UAV/Pilot/ARDrone/Video.pm"
      },
      "UAV::Pilot::ARDrone::Video::Mock" : {
         "file" : "lib/UAV/Pilot/ARDrone/Video/Mock.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "license" : [
         "http://opensource.org/licenses/BSD-3-Clause"
      ],
      "repository" : {
         "url" : "https://github.com/frezik/UAV-Pilot-ARDrone"
      }
   },
   "version" : "0.2"
}