1MouseX::NonMoose(3) User Contributed Perl Documentation MouseX::NonMoose(3)
2
3
4
6 MouseX::NonMoose - MouseX::Foreign plus drop-in compatibility with
7 Any::Moose
8
10 This document describes MouseX::Foreign version 1.000.
11
13 package MyInt;
14 use Any::Moose;
15 use Any::Moose 'X::NonMoose';
16 extends 'Math::BigInt';
17
18 has name => (
19 is => 'ro',
20 isa => 'Str',
21 );
22
24 MouseX::NonMoose is a thin wrapper around MouseX::Foreign, so as to be
25 used with Any::Moose and MooseX::NonMoose;
26
28 Fuji, Goro (gfx) <gfuji(at)cpan.org>
29
31 Copyright (c) 2011, Fuji, Goro (gfx). All rights reserved.
32
33 This library is free software; you can redistribute it and/or modify it
34 under the same terms as Perl itself.
35
36
37
38perl v5.28.0 2018-07-15 MouseX::NonMoose(3)