about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
* Use $last_update_dmy instead of substr func everywhereAndinus2020-05-291-3/+4
|
* Remove CPAN Modules list from READMEAndinus2020-05-291-5/+0
| | | | User can look at 'use' lines in ara.pl.
* Update example in READMEAndinus2020-05-291-5/+43
|
* Fix datetime check, clone before subtract/addAndinus2020-05-291-2/+2
| | | | subtract/add modifies in place so we clone it.
* Add check for tomorrow in datesAndinus2020-05-291-2/+4
|
* Make time relative in outputAndinus2020-05-291-1/+20
| | | | | It now shows "Today", "Yesterday" instead of showing solid dates for all entries.
* Format date in output to 'Month Date'Andinus2020-05-291-1/+4
|
* Add last updated to outputAndinus2020-05-291-1/+3
|
* Change output format to tablesAndinus2020-05-291-6/+24
| | | | | | | This version is much better, it will print all states information along with delta in some fields like confirmed, deaths, recovered. I'm not sure though if this is the best way, it just works.
* Add example output to READMEAndinus2020-05-291-0/+10
|
* Add required modules, other notes to READMEAndinus2020-05-291-1/+10
|
* Initial versionAndinus2020-05-291-0/+59
|
* Initial commitAndinus2020-05-282-0/+27