1MouseX::NonMoose(3)   User Contributed Perl Documentation  MouseX::NonMoose(3)
2
3
4

NAME

6       MouseX::NonMoose - MouseX::Foreign plus drop-in compatibility with
7       Any::Moose
8

VERSION

10       This document describes MouseX::Foreign version 1.000.
11

SYNOPSIS

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

DESCRIPTION

24       MouseX::NonMoose is a thin wrapper around MouseX::Foreign, so as to be
25       used with Any::Moose and MooseX::NonMoose;
26

AUTHOR

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.30.0                      2019-07-26               MouseX::NonMoose(3)
Impressum