Skip to content

Commit

Permalink
prereq of RPi::Serial bumped to v3.00 (closes #136)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieb9 committed Sep 9, 2019
1 parent 3a8d124 commit 287ba0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Expand Up @@ -25,6 +25,8 @@ Revision history for Perl extension RPi::WiringPi.
don't get removed upon user logoff (closes #138)
- renamed bin/pimetadata to bin/pimeta and bin/pi-erase-metadata to
bin/pimetaerase
- bumped RPi::Serial prereq to 3.00 as it no longer relies on wiringPi
(closes #136)

2.3633_01 2019-07-05
- added the test platform I2C address map listing (closes #103)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -56,7 +56,7 @@ WriteMakefile(
'RPi::OLED::SSD1306::128_64'=> 2.3602,
'RPi::Pin' => 2.3607,
'RPi::RTC::DS3231' => 0.01,
'RPi::Serial' => 2.3603,
'RPi::Serial' => 3.00,
'RPi::SPI' => 2.3609,
'RPi::StepperMotor' => 2.3605,
'RPi::SysInfo' => 1.00,
Expand Down

0 comments on commit 287ba0e

Please sign in to comment.