1Any::Moose(3) User Contributed Perl Documentation Any::Moose(3)
2
3
4
6 Any::Moose - (DEPRECATED) use Moo instead!
7
9 version 0.27
10
12 日本語翻訳: http://blog.64p.org/entry/2013/02/06/094906
13
14 Please use Moo instead of Any::Moose for new code.
15
16 Moo classes and roles will transparently and correctly upgrade to Moose
17 when needed. This is a fundamentally better design than what Any::Moose
18 offers. Mouse metaclasses do not interact with Moose metaclasses which
19 leaks abstractions all over the place.
20
21 Any::Moose had a good run. It was a simplistic but expedient answer for
22 getting Moose syntax on the cheap but with the transparent upgrade path
23 to Moose when you needed it. But really, please don't use it any more.
24 :)
25
26 You may find MooX::late useful for porting your code from Any::Moose to
27 Moo.
28
29 For the sparse documentation Any::Moose used to include, see
30 <https://metacpan.org/module/SARTAK/Any-Moose-0.18/lib/Any/Moose.pm>
31
33 Bugs may be submitted through the RT bug tracker
34 <https://rt.cpan.org/Public/Dist/Display.html?Name=Any-Moose> (or
35 bug-Any-Moose@rt.cpan.org <mailto:bug-Any-Moose@rt.cpan.org>).
36
37 There is also a mailing list available for users of this distribution,
38 at <http://lists.perl.org/list/moose.html>.
39
40 There is also an irc channel available for users of this distribution,
41 at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
42
44 • Shawn M Moore <code@sartak.org>
45
46 • Florian Ragwitz <rafl@debian.org>
47
48 • Stevan Little <stevan@iinteractive.com>
49
50 • 藤 吾郎 (Fuji Goro) <gfuji@cpan.org>
51
53 • Karen Etheridge <ether@cpan.org>
54
55 • Tokuhiro Matsuno <tokuhirom@gmail.com>
56
57 • Ricardo Signes <rjbs@cpan.org>
58
59 • Graham Knop <haarg@haarg.org>
60
61 • Stevan Little <stevan.little@iinteractive.com>
62
63 • Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
64
66 This software is copyright (c) 2009 by Best Practical Solutions.
67
68 This is free software; you can redistribute it and/or modify it under
69 the same terms as the Perl 5 programming language system itself.
70
71
72
73perl v5.34.0 2021-07-22 Any::Moose(3)