MooseX::GlobRef::Object.3pm

Langue: en

Autres versions - même langue

Version: 2010-05-13 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

MooseX::GlobRef::Object - Store a Moose object in glob reference

SYNOPSIS

   package My::IO::File;
 
   use Moose;
 
   extends 'MooseX::GlobRef::Object', 'IO::File';
 
 

DESCRIPTION

This class extends Moose::Object with MooseX::GlobRef::Role::Object.

This class is obsoleted by MooseX::GlobRef::Role::Object and left for backward compatibility reason. The MooseX::GlobRef package should be used instead.

INHERITANCE

*
extends Moose::Object
*
with MooseX::GlobRef::Role::Object

SEE ALSO

MooseX::GlobRef, Moose::Object.

AUTHOR

Piotr Roszatycki <dexter@cpan.org>

LICENSE

Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki <dexter@cpan.org>.

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

See <http://www.perl.com/perl/misc/Artistic.html>