FreeBSD Manual Pages
MouseX::NonMoose(3) User Contributed Perl Documentation MouseX::NonMoose(3) NAME MouseX::NonMoose - MouseX::Foreign plus drop-in compatibility with Any::Moose VERSION This document describes MouseX::Foreign version 1.000. SYNOPSIS package MyInt; use Any::Moose; use Any::Moose 'X::NonMoose'; extends 'Math::BigInt'; has name => ( is => 'ro', isa => 'Str', ); DESCRIPTION MouseX::NonMoose is a thin wrapper around MouseX::Foreign, so as to be used with Any::Moose and MooseX::NonMoose; AUTHOR Fuji, Goro (gfx) <gfuji(at)cpan.org> LICENSE AND COPYRIGHT 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. perl v5.32.0 2020-08-09 MouseX::NonMoose(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | AUTHOR | LICENSE AND COPYRIGHT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=MouseX::NonMoose&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>