The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.20	2018-12-10

    * Versions
    * It's 2017
    * Show a ranked summary of the tries with --try
    * It's 2018
    * Deal with proxy settings in env
    * Add index to list/ping lists

0.19	2016-01-02

    * Try multiple addresses for the server list RT#110400
    * It's 2016

0.18	2015-10-10

    * Add --prtg option
    * Add --bytes option
    * Cleanup code to calculate average

0.17	2015-03-27

    * Add graph example
    * Update version in .pm

0.16	2015-02-11

    * Set a limit of 40 of the number of hosts to ping
    * Remove perl recommendation from META as it breaks cpan clients

0.15	2015-01-15

    * Renamed to speedtest
    * Do not report/show origin on --list & --ping
    * Documentation/Manual + --man and --info
    * Put on CPAN

0.12	2015-01-24

    * Add --csv
    * Update README

0.11	2015-01-21

    * Add --timeout
    * Update copyright
    * Warning about speedtest not being ping
    * Data::Peek optional (but still recommended)
    * Fallback to distance in absence of GEO-IP

0.10	2014-12-17

    * Add latency for --mini and --url
    * Optionally show server IP
    * Don't show full path in help
    * Fix typo in help (issue#4)
    * Empty line separation in multi-host tests (issue#7)
    * Make README more github-like
    * Add Debian info for requirements
    * Contribution update
    * Browser-neutral agent-ident

0.09	2014-12-02

    * Improve --help
    * Add --simple (alias for -v0)
    * Implement --mini

0.08	2014-11-30

    * Report latency in ms
    * Shorten timeouts on detecting server speeds

0.07	2014-11-26

    * Allow fetching list off ALL servers
    * Country codes (upper case)
    * Ignore country-code when it does not apply

0.06	2014-11-18

    * Add option --one-line
    * Allow specifying a server-url

0.05	2014-10-14

    * Allow test on multiple servers
    * Put on github

0.04	2014-10-10

    * Require 5.12.0 instead of 5.16.3
    * Options -q and -Q accept count
    * Verbose levels
    * Values for min and max speeds druing test
    * Speed report improvement
    * Use random data in upload
    * Remove ignored servers from list

0.03	2014-10-10

    * First checkin to git