Changes for version 1.05 - 2026-06-12

  • Fixed undefined behavior in DHT11.xs setup(): RPI_PIN_MODE was re-stamped with putenv() of a stack buffer, leaving environ pointing at a dead frame after return; now uses setenv(), which copies its arguments
  • The test suite board gate is now RPI_BOARD (ecosystem-wide rename from PI_BOARD); the old name is no longer honored
  • Makefile.PL's wiringPi presence check is restored as a real gate (its exit had been commented out, sacrificing CPAN testers' NA behavior) and can be bypassed with RPI_DIST_RELEASE=1 so release tarballs can be cut on non-Pi machines

Documentation

Modules

Fetch the temperature/humidity from the DHT11 hygrometer sensor on Raspberry Pi