1Class::C3::next(3) User Contributed Perl Documentation Class::C3::next(3)
2
3
4
6 Class::C3::next - Pure-perl next::method and friends
7
9 This module is used internally by Class::C3 when necessary, and
10 shouldn't be used (or required in distribution dependencies) directly.
11 It defines "next::method", "next::can", and "maybe::next::method" in
12 pure perl.
13
15 Stevan Little, <stevan@iinteractive.com>
16
17 Brandon L. Black, <blblack@gmail.com>
18
20 Copyright 2005, 2006 by Infinity Interactive, Inc.
21
22 <http://www.iinteractive.com>
23
24 This library is free software; you can redistribute it and/or modify it
25 under the same terms as Perl itself.
26
27
28
29perl v5.30.0 2019-07-26 Class::C3::next(3)