1Moose::Autobox::Item(3)User Contributed Perl DocumentatioMnoose::Autobox::Item(3)
2
3
4
6 Moose::Autobox::Item - the Item role
7
9 This is the root of our role hierarchy.
10
12 meta
13 dump
14 Calls Data::Dumper::Dumper.
15
16 perl
17 Same as dump. For symmetry with Perl6's .perl method.
18
19 Like &print with newline.
20
21 print2
22
24 defined
25
27 All complex software has bugs lurking in it, and this module is no
28 exception. If you find a bug please either email me, or add the bug to
29 cpan-RT.
30
32 Stevan Little <stevan@iinteractive.com>
33
35 Copyright 2006-2008 by Infinity Interactive, Inc.
36
37 <http://www.iinteractive.com>
38
39 This library is free software; you can redistribute it and/or modify it
40 under the same terms as Perl itself.
41
42
43
44perl v5.12.2 2010-04-23 Moose::Autobox::Item(3)