about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Use sprintf to append delta valuesAndinus2020-06-101-8/+3
* Use ->ctime instead of accessing the array directlyAndinus2020-06-101-1/+1
* Use ctime instead of mtime to compareAndinus2020-06-101-3/+3
* Better unveil listAndinus2020-06-101-3/+4
* Switch to HTTP::Tiny, add to cpanfileAndinus2020-06-102-6/+14
* Don't add '+' to deltaconfirmed if it's a negative numberAndinus2020-06-081-1/+6
* Restyle codeAndinus2020-06-071-46/+47
* Use foreach instead of eachAndinus2020-06-061-3/+4
* Use if block instead of '?'Andinus2020-06-061-2/+4
* Remove unused feature 'say'Andinus2020-06-061-1/+0
* Add demo video, remove example outputAndinus2020-06-061-46/+1
* Change Notes column width to 74Andinus2020-06-061-1/+1
* Add help flagAndinus2020-06-061-0/+12
* Add Getopt::Long to cpanfileAndinus2020-06-061-0/+1
* Add $rows argument, change behaviourAndinus2020-06-061-73/+81
* use Getopt::Long to GetOptions from cliAndinus2020-06-061-9/+31
* Remove Text::Table::Tiny from cpanfileAndinus2020-06-061-1/+0
* Switch to Text::ASCIITable for $covid_19_dataAndinus2020-06-061-8/+18
* Add Time::Moment, remove DateTime from cpanfileAndinus2020-06-061-1/+1
* Remove DateTime, use Time::Moment insteadAndinus2020-06-061-9/+11
* Use == to compare numbers instead of eqAndinus2020-06-061-1/+1
* Use Time::Moment for $file_mtime instead of DateTimeAndinus2020-06-061-5/+3
* use File::Fetch only when requiredAndinus2020-06-061-1/+2
* Add Text::ASCIITable to cpanfileAndinus2020-06-061-0/+1
* Use Text::ASCIITable for State NotesAndinus2020-06-051-7/+7
* Print state notes along with covid-19 dataAndinus2020-06-051-4/+16
* Merge if statements into a single blockAndinus2020-06-051-9/+7
* Fetch latest data only if local data is old or doesn't existAndinus2020-06-051-6/+24
* Fix deltarecovered & deltadeathsAndinus2020-06-051-2/+2
* Show delta only if it was updated TodayAndinus2020-06-051-3/+16
* Add $statewise as intermediateAndinus2020-06-031-7/+10
* Remove @statewise & clean up codeAndinus2020-06-031-10/+7
* Add cpanfileAndinus2020-05-291-0/+5
* Remove use Data::DumperAndinus2020-05-291-1/+0
* Use statecode if state name is too longAndinus2020-05-291-4/+8
* Change timezone to 'Asia/Kolkata'Andinus2020-05-291-1/+1
* Use $last_update_dmy instead of substr func everywhereAndinus2020-05-291-3/+4
* Remove CPAN Modules list from READMEAndinus2020-05-291-5/+0
* Update example in READMEAndinus2020-05-291-5/+43
* Fix datetime check, clone before subtract/addAndinus2020-05-291-2/+2
* Add check for tomorrow in datesAndinus2020-05-291-2/+4
* Make time relative in outputAndinus2020-05-291-1/+20
* 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
* 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