Revision history for Perl extension Algorithm::GooglePolylineEncoding.
0.06	2018-01-01
	- stable release with changes in 0.05_50
0.05_50	2017-12-31
	- fix encode_level for large integers (by using
	  Math::BigInt's as_bin)
	  This should fix the test errors seen on 32bit
	  systems.
0.05	2017-06-10
	- fix link in documentation
0.04	2016-07-21
	- no code changes, just distribution care
	  (GH Pull #1, .travis.yml, appveyor.yml)
0.03	2012-01-28
	- better precision (RT#74303)
0.02	2010-02-01
	- implementation of decode_polyline
0.01	2009-10-23
	- initial release