Text/Capitalize version 0.4  
============================

Text::Capitalize provides the functions capitalize() and
capitalize_title(), which can be used to transform 
lines of text into relatively presentable titles. 

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  The "use locale" pragma, standard with perl as of version 5.004.
  Test::More is required to run "make test".

COPYRIGHT AND LICENCE
Copyright (C) 2003 Joseph Brenner

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

