version 0.29
====================

Provides the same version objects as included in Perl v5.9.0 (and hopefully in
the 5.10.0 release).  In fact, if you attempt to use this module with a version
of Perl >= v5.9.0, this module's code will not be used, since the code already
exists in the Perl core.

Now includes a subclass, version::AlphaBeta, which demonstrates using
alphanumeric version strings, instead of strict numeric versions.

Please read the POD documentation for usage/details.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

the same C compiler used to build Perl

COPYRIGHT AND LICENCE

This module can be distributed under the same terms as Perl.

Copyright (C) 2002 John Peacock

