Class/Stringify version 0.001
=============================

Class::Stringify offers an easy solution to the problem of default stringification
in classes with operator overloading.  Simply by inheriting from this class, you'll
never have to see this error ever again:

 Operation `""': no method found, argument in overloaded package...

The current version is the first beta release.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

You may redistribute/modify/etc. this module under the same terms as Perl itself.
