-
-
10 Apr 2014 22:08:12 UTC
- Distribution: MouseX-Foreign
- Module version: 1.000
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (2)
- Testers (3857 / 2 / 5)
- Kwalitee
Bus factor: 1- 94.21% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (16.26KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Mouse
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- DEPENDENCIES
- BUGS
- ACKNOWLEDGEMENT
- SEE ALSO
- AUTHOR
- LICENSE AND COPYRIGHT
NAME
MouseX::Foreign - Extends non-Mouse classes as well as Mouse classes
VERSION
This document describes MouseX::Foreign version 1.000.
SYNOPSIS
package MyInt; use Mouse; use MouseX::Foreign qw(Math::BigInt); has name => ( is => 'ro', isa => 'Str', );
DESCRIPTION
MouseX::Foreign provides an ability for Mouse classes to extend any classes, including non-Mouse classes, including Moose classes.
DEPENDENCIES
Perl 5.8.1 or later.
BUGS
All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.
ACKNOWLEDGEMENT
This is a Mouse port of MooseX::NonMoose, although the name is different.
SEE ALSO
AUTHOR
Fuji, Goro (gfx) <gfuji(at)cpan.org>
LICENSE AND COPYRIGHT
Copyright (c) 2010, 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.
Module Install Instructions
To install MouseX::Foreign, copy and paste the appropriate command in to your terminal.
cpanm MouseX::Foreign
perl -MCPAN -e shell install MouseX::Foreign
For more information on module installation, please visit the detailed CPAN module installation guide.