The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
   "abstract" : "Raspberry Pi GPIO Perl Modules",
   "author" : [
      "Mark Dootson <mdootson@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.422",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "HiPi",
   "no_index" : {
      "directory" : [
         "inc",
         "modlib",
         "userbin"
      ]
   },
   "prereqs" : {
      "build" : {
         "requires" : {
            "File::Copy::Recursive" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "Module::Build" : "0",
            "perl" : "v5.14.0"
         }
      },
      "runtime" : {
         "requires" : {
            "Device::SerialPort" : "0",
            "File::Copy::Recursive" : "0",
            "File::Slurp" : "0",
            "Getopt::Long" : "0",
            "JSON" : "0",
            "Try::Tiny" : "0",
            "UNIVERSAL::require" : "0"
         }
      }
   },
   "provides" : {
      "HiPi" : {
         "file" : "lib/HiPi.pm",
         "version" : "0.68"
      },
      "HiPi::Class" : {
         "file" : "lib/HiPi/Class.pm",
         "version" : "0.68"
      },
      "HiPi::Constant" : {
         "file" : "lib/HiPi/Constant.pm",
         "version" : "0.68"
      },
      "HiPi::Device" : {
         "file" : "lib/HiPi/Device.pm",
         "version" : "0.68"
      },
      "HiPi::Device::GPIO" : {
         "file" : "lib/HiPi/Device/GPIO.pm",
         "version" : "0.68"
      },
      "HiPi::Device::GPIO::Pin" : {
         "file" : "lib/HiPi/Device/GPIO/Pin.pm",
         "version" : "0.68"
      },
      "HiPi::Device::I2C" : {
         "file" : "lib/HiPi/Device/I2C.pm",
         "version" : "0.68"
      },
      "HiPi::Device::OneWire" : {
         "file" : "lib/HiPi/Device/OneWire.pm",
         "version" : "0.68"
      },
      "HiPi::Device::SPI" : {
         "file" : "lib/HiPi/Device/SPI.pm",
         "version" : "0.68"
      },
      "HiPi::Device::SerialPort" : {
         "file" : "lib/HiPi/Device/SerialPort.pm",
         "version" : "0.68"
      },
      "HiPi::Energenie" : {
         "file" : "lib/HiPi/Energenie.pm",
         "version" : "0.68"
      },
      "HiPi::Energenie::Command" : {
         "file" : "lib/HiPi/Energenie/Command.pm",
         "version" : "0.68"
      },
      "HiPi::Energenie::ENER314" : {
         "file" : "lib/HiPi/Energenie/ENER314.pm",
         "version" : "0.68"
      },
      "HiPi::Energenie::ENER314_RT" : {
         "file" : "lib/HiPi/Energenie/ENER314_RT.pm",
         "version" : "0.68"
      },
      "HiPi::GPIO" : {
         "file" : "lib/HiPi/GPIO.pm",
         "version" : "0.68"
      },
      "HiPi::GPIO::Pin" : {
         "file" : "lib/HiPi/GPIO/Pin.pm",
         "version" : "0.68"
      },
      "HiPi::Interface" : {
         "file" : "lib/HiPi/Interface.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::Common::HD44780" : {
         "file" : "lib/HiPi/Interface/Common/HD44780.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::Common::MCP23X17" : {
         "file" : "lib/HiPi/Interface/Common/MCP23X17.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::Common::MIHomeAdapter" : {
         "file" : "lib/HiPi/Interface/Common/MIHomeAdapter.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::DS18X20" : {
         "file" : "lib/HiPi/Interface/DS18X20.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::ENER002" : {
         "file" : "lib/HiPi/Interface/ENER002.pm",
         "version" : "0.59"
      },
      "HiPi::Interface::EnergenieSwitch" : {
         "file" : "lib/HiPi/Interface/EnergenieSwitch.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::HTADCI2C" : {
         "file" : "lib/HiPi/Interface/HTADCI2C.pm",
         "version" : "0.59"
      },
      "HiPi::Interface::HTBackpackV2" : {
         "file" : "lib/HiPi/Interface/HTBackpackV2.pm",
         "version" : "0.59"
      },
      "HiPi::Interface::HobbyTronicsADC" : {
         "file" : "lib/HiPi/Interface/HobbyTronicsADC.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::HobbyTronicsBackpackV2" : {
         "file" : "lib/HiPi/Interface/HobbyTronicsBackpackV2.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::HopeRF69" : {
         "file" : "lib/HiPi/Interface/HopeRF69.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::LCDBackpackPCF8574" : {
         "file" : "lib/HiPi/Interface/LCDBackpackPCF8574.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::MCP23017" : {
         "file" : "lib/HiPi/Interface/MCP23017.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::MCP23S17" : {
         "file" : "lib/HiPi/Interface/MCP23S17.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::MCP3004" : {
         "file" : "lib/HiPi/Interface/MCP3004.pm",
         "version" : "0.59"
      },
      "HiPi::Interface::MCP3008" : {
         "file" : "lib/HiPi/Interface/MCP3008.pm",
         "version" : "0.59"
      },
      "HiPi::Interface::MCP3ADC" : {
         "file" : "lib/HiPi/Interface/MCP3ADC.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::MCP49XX" : {
         "file" : "lib/HiPi/Interface/MCP49XX.pm",
         "version" : "0.59"
      },
      "HiPi::Interface::MCP4DAC" : {
         "file" : "lib/HiPi/Interface/MCP4DAC.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::MPL3115A2" : {
         "file" : "lib/HiPi/Interface/MPL3115A2.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::PCA9685" : {
         "file" : "lib/HiPi/Interface/PCA9685.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::PCF8574" : {
         "file" : "lib/HiPi/Interface/PCF8574.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::SerLCD" : {
         "file" : "lib/HiPi/Interface/SerLCD.pm",
         "version" : "0.68"
      },
      "HiPi::Interface::Si470N" : {
         "file" : "lib/HiPi/Interface/Si470N.pm",
         "version" : "0.68"
      },
      "HiPi::Pin" : {
         "file" : "lib/HiPi/Pin.pm",
         "version" : "0.68"
      },
      "HiPi::RF::OpenThings" : {
         "file" : "lib/HiPi/RF/OpenThings.pm",
         "version" : "0.68"
      },
      "HiPi::RF::OpenThings::Message" : {
         "file" : "lib/HiPi/RF/OpenThings/Message.pm",
         "version" : "0.68"
      },
      "HiPi::RF::OpenThings::Message::Record" : {
         "file" : "lib/HiPi/RF/OpenThings/Message.pm"
      },
      "HiPi::RaspberryPi" : {
         "file" : "lib/HiPi/RaspberryPi.pm",
         "version" : "0.68"
      },
      "HiPi::Utils" : {
         "file" : "lib/HiPi/Utils.pm",
         "version" : "0.68"
      },
      "HiPi::Utils::Config" : {
         "file" : "lib/HiPi/Utils/Config.pm",
         "version" : "0.68"
      },
      "HiPi::Utils::Exec" : {
         "file" : "lib/HiPi/Utils/Exec.pm",
         "version" : "0.68"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "homepage" : "http://raspberry.znix.com/",
      "license" : [
         "http://dev.perl.org/licenses/"
      ]
   },
   "version" : "0.68",
   "x_serialization_backend" : "JSON::PP version 2.27300_01"
}