-
-
08 Nov 2016 03:37:58 UTC
- Distribution: Any-Moose
- Module version: 0.27
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (7620 / 2 / 11)
- Kwalitee
Bus factor: 3- 85.45% Coverage
- License: perl_5
- Perl: v5.6.2
- Activity
24 month- Tools
- Download (32.09KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 8 contributors-
Shawn M Moore
-
Florian Ragwitz
-
Stevan Little
-
θ€ εΎι (Fuji Goro)
-
Tokuhiro Matsuno
-
Ricardo Signes
-
Graham Knop
-
Chris 'BinGOs' Williams
- Dependencies
- Carp
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.NAME
Any::Moose - (DEPRECATED) use Moo instead!
VERSION
version 0.27
DEPRECATION
日本語翻訳: http://blog.64p.org/entry/2013/02/06/094906
Please use Moo instead of Any::Moose for new code.
Moo classes and roles will transparently and correctly upgrade to Moose when needed. This is a fundamentally better design than what Any::Moose offers. Mouse metaclasses do not interact with Moose metaclasses which leaks abstractions all over the place.
Any::Moose had a good run. It was a simplistic but expedient answer for getting Moose syntax on the cheap but with the transparent upgrade path to Moose when you needed it. But really, please don't use it any more. :)
You may find MooX::late useful for porting your code from Any::Moose to Moo.
For the sparse documentation Any::Moose used to include, see https://metacpan.org/module/SARTAK/Any-Moose-0.18/lib/Any/Moose.pm
SUPPORT
Bugs may be submitted through the RT bug tracker (or bug-Any-Moose@rt.cpan.org).
There is also a mailing list available for users of this distribution, at http://lists.perl.org/list/moose.html.
There is also an irc channel available for users of this distribution, at
#moose
onirc.perl.org
.AUTHORS
Shawn M Moore <code@sartak.org>
Florian Ragwitz <rafl@debian.org>
Stevan Little <stevan@iinteractive.com>
藤 吾郎 (Fuji Goro) <gfuji@cpan.org>
CONTRIBUTORS
Karen Etheridge <ether@cpan.org>
Tokuhiro Matsuno <tokuhirom@gmail.com>
Ricardo Signes <rjbs@cpan.org>
Graham Knop <haarg@haarg.org>
Stevan Little <stevan.little@iinteractive.com>
Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Best Practical Solutions.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Any::Moose, copy and paste the appropriate command in to your terminal.
cpanm Any::Moose
perl -MCPAN -e shell install Any::Moose
For more information on module installation, please visit the detailed CPAN module installation guide.