1MooseX::GlobRef::ObjectU(s3e)r Contributed Perl DocumentaMtoioosneX::GlobRef::Object(3)
2
3
4
6 MooseX::GlobRef::Object - Store a Moose object in glob reference
7
9 package My::IO::File;
10
11 use Moose;
12
13 extends 'MooseX::GlobRef::Object', 'IO::File';
14
16 This class extends Moose::Object with MooseX::GlobRef::Role::Object.
17
18 This class is obsoleted by MooseX::GlobRef::Role::Object and left for
19 backward compatibility reason. The MooseX::GlobRef package should be
20 used instead.
21
23 · extends Moose::Object
24
25 · with MooseX::GlobRef::Role::Object
26
28 MooseX::GlobRef, Moose::Object.
29
31 Piotr Roszatycki <dexter@cpan.org>
32
34 Copyright (C) 2007, 2008, 2009 by Piotr Roszatycki <dexter@cpan.org>.
35
36 This program is free software; you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
39 See <http://www.perl.com/perl/misc/Artistic.html>
40
41
42
43perl v5.12.0 2010-05-13 MooseX::GlobRef::Object(3)