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


MooseX-GlobRef documentation  | view source Contained in the MooseX-GlobRef distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  package My::IO::File;

  use Moose;

  extends 'MooseX::GlobRef::Object', 'IO::File';

DESCRIPTION

Top

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

Top

SEE ALSO

Top

MooseX::GlobRef, Moose::Object.

AUTHOR

Top

Piotr Roszatycki <dexter@cpan.org>

LICENSE

Top

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

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

See http://dev.perl.org/licenses/artistic.html


MooseX-GlobRef documentation  | view source Contained in the MooseX-GlobRef distribution.