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, 2010 Piotr Roszatycki
35 <dexter@cpan.org>.
36
37 This is free software; you can redistribute it and/or modify it under
38 the same terms as perl itself.
39
40 See <http://dev.perl.org/licenses/artistic.html>
41
42
43
44perl v5.36.0 2023-01-20 MooseX::GlobRef::Object(3)