nickandrew / LS30

Control software for LS-30 alarm system
11 stars 3 forks source link

Watch Class #4

Closed gdruce closed 13 years ago

gdruce commented 13 years ago

Could be a similar problem to my issue #3, this one is with watch.pl reporting an error

Unable to require class Watch at bin/watch.pl line 31

Which I was unable to get around with the lib include. Could be my complete absence of perl knowledge not helping either.

nickandrew commented 13 years ago

Same as issue #3. In this case the code is looking for the specified class at run time (as opposed to compile time) and it reports the problem and dies when Watch.pm can't be found.