heikkilevanto / beertracker

Simple script to track the beers I drink
GNU General Public License v2.0
2 stars 1 forks source link

Perl warnings in the scraping scripts #195

Closed heikkilevanto closed 3 years ago

heikkilevanto commented 3 years ago

If you change the #! line to #!/usr/bin/perl -w you will see a lot of warnings from undefined variables, non-numerical comparisons, etc.

heikkilevanto commented 3 years ago

Seems to be fixed now