nebulous / infinitude

Open control of Carrier/Bryant thermostats
MIT License
225 stars 50 forks source link

missing item in cpanfile #68

Closed umdhollings closed 5 years ago

umdhollings commented 5 years ago

There is one missing package in the CPAN file XML::Simple. Here is a diff to add it.

index 9b807f1..84109bb 100644 --- a/cpanfile +++ b/cpanfile @@ -5,6 +5,7 @@ requires 'Try::Tiny'; requires 'Path::Tiny'; requires 'JSON'; requires 'Hash::AsObject'; +requires 'XML::Simple';

suggests 'WWW::Wunderground::API'; suggests 'IO::Termios';

nebulous commented 5 years ago

fixed in 99abaed608d