1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
=head1 EXAMPLES
Z<>
=head1 COMPATIBILITY NOTES
Users porting from the v1 versions of Class::MethodMaker would do well to
observe the following:
=over 4
=item ima_method_maker
This class method is deprecated. It was a way round the fact the C::MM works
out what class to create methods in by looking up the calling stack. It is
unfortunate, for the first C::MM class in the calling stack that sets
ima_method_maker to be false gets the method --- that may not be what is
wanted (i.e., if one derived class calls another for C::MM work).
By calling create_methods, the target class may is explicitly specified in the
argument list.
=back
=head1 BUGS
Z<>
=head1 REPORTING BUGS
Email the development mailing-list C<class-mmaker-devel@lists.sourceforge.net>
=head1 AUTHOR
Martyn J. Pearce
=head1 CONTRIBUTIONS
Steffen Schwigon (Co-Maintainer)
Jens Rehsack
Lubomir Rintel
=head1 COPYRIGHT
Copyright (c) 2001--2009 Martyn J. Pearce. This program is free software; you
can redistribute it and/or modify it under the same terms as Perl itself.
=head1 SEE ALSO
Z<>
=cut
|