0.008
-----
Updated documentation.
_get_installed_version() doesn't call CPAN::Shell::inst_version()
anymore (which I thought I had removed in 0.007 anyway).

0.007
-----
Added Cwd as a prerequisite to Makefile.PL.
The description in the module list on CPAN, the abstract
in the Makefile.PL and the one-line description in the POD
are now the same.

0.006
-----
Added CPAN::Version as a prerequisite to Makefile.PL
Now uses CPAN::Version::vgt() for version number comparison.

0.005
-----
Version is now compared with the help of CPAN::Version.
Version information is now always looked up with the help
of CPAN or MakeMaker.
Added test for POD to raise my kwalitee-rating ;)

0.004
-----
Updated documentation.

0.003
-----
Added more documentation, README and this file. Module
should work on all OSs by the magic of Cwd and File::Spec.

0.002
-----
Now compares against the CPAN version as well. Looked at
CPAN.pm and gone blind ;)

0.001
-----
First version. Compares development with installed version.