1Task::Kensho::OOP(3) User Contributed Perl Documentation Task::Kensho::OOP(3)
2
3
4
6 Task::Kensho::OOP - A Glimpse at an Enlightened Perl: Object Oriented
7 Programming
8
10 version 0.39
11
13 > cpanm --interactive Task::Kensho::OOP
14
16 From <http://en.wikipedia.org/wiki/Kensho>:
17
18 Kenshō (見性) (C. Wu) is a Japanese term for enlightenment
19 experiences - most commonly used within the confines of Zen
20 Buddhism - literally meaning "seeing one's nature"[1] or "true
21 self."[2] It generally "refers to the realization of nonduality of
22 subject and object."[3]
23
24 Task::Kensho is a list of recommended modules for Enlightened Perl
25 development. CPAN is wonderful, but there are too many wheels and you
26 have to pick and choose amongst the various competing technologies.
27
28 The plan is for Task::Kensho to be a rough testing ground for ideas
29 that go into among other things the Enlightened Perl Organisation
30 Extended Core (EPO-EC).
31
32 The modules that are bundled by Task::Kensho are broken down into
33 several categories and are still being considered. They are all taken
34 from various top 100 most used perl modules lists and from discussions
35 with various subject matter experts in the Perl Community. That said,
36 this bundle does not follow the guidelines established for the EPO-EC
37 for peer review via industry advisers.
38
39 Starting in 2011, Task::Kensho split its sub-groups of modules into
40 individually-installable tasks. Each Task::Kensho sub-task is listed
41 at the beginning of its section in this documentation.
42
43 When installing Task::Kensho itself, you will be asked to install each
44 sub-task in turn, or you can install individual tasks separately. These
45 individual tasks will always install all their modules by default. This
46 facilitates the ease and simplicity the distribution aims to achieve.
47
49 Task::Kensho::OOP: Object Oriented Programming
50 Moo
51
52 Minimalist Object Orientation (with Moose compatibility)
53
54 Moose
55
56 a postmodern object system for Perl5
57
58 MooseX::Aliases
59
60 easy aliasing of methods and attributes in Moose
61
62 MooseX::Getopt
63
64 a Moose role for processing command line options
65
66 MooseX::NonMoose
67
68 easy subclassing of non-Moose classes
69
70 MooseX::Role::Parameterized
71
72 Moose roles with composition parameters
73
74 MooseX::SimpleConfig
75
76 a Moose role for setting attributes from a simple configuration file
77
78 MooseX::StrictConstructor
79
80 a Moose extension that makes your object constructors blow up on
81 unknown attributes
82
83 Package::Variant
84
85 Parameterizable packages
86
87 Task::Moose
88
89 Task::Moose installs Moose and optionally a list of recommended modules
90 that extend Moose.
91
92 Type::Tiny
93
94 tiny, yet Moo(se)-compatible type constraints
95
96 namespace::autoclean
97
98 keep imports out of your namespace (Moose-aware)
99
101 Since version 0.34, Task::Kensho has made use of the
102 "optional_features" field in distribution metadata. This allows CPAN
103 clients to interact with you regarding which modules you wish to
104 install.
105
106 The "cpanm" client requires interactive mode to be enabled for this to
107 work:
108
109 cpanm --interactive Task::Kensho::OOP
110
112 <http://www.enlightenedperl.org/>, Perl::Dist::Strawberry
113
115 This list is by no means comprehensive of the "Good" Modules on CPAN.
116 Nor is this necessarily the correct path for all developers. Each of
117 these modules has a perfectly acceptable replacement that may work
118 better for you. This is however a path to good perl practice, and a
119 starting place on the road to Enlightened Perl programming.
120
121 Please report any bugs or feature requests to
122 <https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
123
124 bugs may be submitted through
125 <https://github.com/EnlightenedPerlOrganisation/task-kensho/issues>.
126
127 There is also an irc channel available for users of this distribution,
128 at "#epo" on "irc.perl.org" <irc://irc.perl.org/#epo>.
129
131 Chris Prather <chris@prather.org>
132
134 · Karen Etheridge <ether@cpan.org>
135
136 · Leo Lapworth <leo@cuckoo.org>
137
138 · Chris Nehren <apeiron@cpan.org>
139
140 · Rick Leir <rleir@leirtech.com>
141
143 This software is copyright (c) 2008 by Chris Prather.
144
145 This is free software; you can redistribute it and/or modify it under
146 the same terms as the Perl 5 programming language system itself.
147
148
149
150perl v5.28.0 2016-05-14 Task::Kensho::OOP(3)