OOorNO version 0.00_6
==========================

DESCRIPTION

Transparently handles @_ for your class methods whether they were
called in OO style or not.


CHANGES IN LAST FEW RELEASES
(listed in reverse cronological order by date and subversion)

   0.00_6
      12/23/02, 2:01 pm
      Miscellaneous optimizations

   0.00_5
      12/23/02, 2:47 am
      Initial release of OOorNO.pm


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

On windows machines use nmake rather than make; those running cygwin don't have
to worry about this.  If you don't know what cygwin is, use nmake and check out
<URL: http://cygwin.com/> after you're done installing this module if you want
to find out.


DEPENDENCIES
None.


AUTHOR
   Tommy Butler <cpan@atrixnet.com>


COPYRIGHT
   Copyright (C) Tommy Butler 2001-2003, all rights reserved.


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