The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
v1.02	2017-06-21

	- Add password_needs_rehash() function.
	- Add more tests.
	- Add experimental unharnessed comparisons with output from real PHP functions in test scripts.
	- Add this file and some Makefile.PL improvements.

v1.03	2017-06-21

	- Minor documentation change.

v1.04	2017-06-21

	- Update README file text that nobody probably reads anyway.

v1.05	2017-06-22

	- Hopefully fix warnings about ambiguous use of shift without parenthesis in Perl 5.8.

v1.06	2017-06-23

	- Replace // operator that only exists since Perl 5.10.

v1.07	2017-06-24

	- Increased MIN_PERL_VERSION in Makefile.PL to 5.10 because builds were failing on 5.8
	- Replace require_ok() with plain 'use' in test scripts.