DOKK / manpages / debian 10 / libmousex-foreign-perl / MouseX::NonMoose.3pm.en
MouseX::NonMoose(3pm) User Contributed Perl Documentation MouseX::NonMoose(3pm)

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

This document describes MouseX::Foreign version 1.000.

    package MyInt;
    use Any::Moose;
    use Any::Moose 'X::NonMoose';
    extends 'Math::BigInt';
    has name => (
        is  => 'ro',
        isa => 'Str',
    );

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

Fuji, Goro (gfx) <gfuji(at)cpan.org>

Copyright (c) 2011, Fuji, Goro (gfx). All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2015-05-30 perl v5.20.2