Number-Range version 0.01
=========================

Number::Range will take a description of range(s), and then allow you to
test later on if a number falls within the range(s).

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

Nothing that is outside of the core Perl modules.

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2004 by Larry Shatzer, Jr.

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

