$Id: README,v 0.2 2005/05/10 12:18:55 pelagic Exp $

You can install this module in the usual Perl way:

	perl Makefile.PL
	make
	make test
	make install
	
The documentation is in the module file.  Once you install
the file, you can read it with perldoc:

	perldoc List::Rotation
	
If you want to read it before you install it, you can use
perldoc directly on the module file:

	perldoc Rotation.pm
	
You can unistall this module by using the script ./lib/uninstall like:
./lib/uninstall List::Rotation

Share and Enjoy, 

Imre Saling, pelagicatcpandotorg

