This package provides Class::IntrospectionMethods. A module to create method with introspection feature. In other words, this module provides:

This module was forked from a modified version of Class::MethodMaker v1.08. To ease migration from older project using Class::MethodMaker to Class::IntrospectionMethods, a compatiblity mode is provided (although some features of Class::MethodMaker will not work. See Class::IntrospectionMethods::Legacy man page).

THANKS

To Martyn J. Pearce for Class::MethodMaker and the enlightening discussion we had a while ago about parent and catalog.

To Matthew Simon Cavalletto for the parameter translation idea that I pilfered from Class::MakeMethods.

Legal mumbo jumbo:

Copyright (c) 2004 Dominique Dumont. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Copyright (c) 2002, 2001, 2000 Martyn J. Pearce. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Copyright 1998, 1999, 2000 Evolution Online Systems, Inc. You may use this software for free under the terms of the MIT License. More info posted at http://www.evolution.com, or contact info@evolution.com

Copyright (c) 1996 Organic Online. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


INSTALLATION
         gunzip -c <dist_file>.tar.gz | tar xvf -
         cd <dist_directory>
         perl Makefile.PL
         make test          
         make install