File: end.pod

package info (click to toggle)
libclass-methodmaker-perl 2.25-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 524 kB
  • sloc: perl: 1,849; objc: 492; makefile: 3
file content (52 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download | duplicates (5)
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